Geometry.Net - the online learning center
Home  - Computer - Jsp
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 194    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Jsp:     more books (100)
  1. Murach's Java Servlets and JSP 2nd Edition (Murach: Training & Reference) by Joel Murach, Andrea Steelman, 2008-01-21
  2. Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Head First) by Bryan Basham, Kathy Sierra, et all 2008-03-27
  3. Murach's Java Servlets and JSP by Andrea Steelman, Joel Murach, 2003-01
  4. Beginning JSP™, JSF™ and Tomcat Web Development: From Novice to Professional (Beginning from Novice to Professional) by Giulio Zambon, Michael Sekler, 2007-11-19
  5. Java Servlet & JSP Cookbook by Bruce Perry, 2003-12-01
  6. Core Servlets and JavaServer Pages (JSP) by Marty Hall, 2000-05-26
  7. Pure JSP: Java Server Pages by James Goodwill, 2000-01-15
  8. Pro JSP 2, Fourth Edition (Expert's Voice in Java) by Simon Brown, Sam Dalton, et all 2005-12-13
  9. MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL (Kaleidoscope) by James Turner, 2002-04-06
  10. Beginning JSP 2: From Novice to Professional by Krishnaraj Perrumal, Vikram Goyal, 2004-02
  11. Professional JSP 2nd Edition by Simon Brown, Robert Burdick, et all 2001-04
  12. JSP 2.0: The Complete Reference, Second Edition by Phillip Hanna, 2002-12-17
  13. JSP Tag Libraries by Gal Shachor, Adam Chace, et all 2001-05-30
  14. JSP Weekend Crash Course (With CD-ROM) by Andrew Utter, Geremy Kawaller, et all 2001-01-15

1. JavaServer Pages Technology
JavaServer Pages (jsp) technology provides a simplified,fast way to create dynamic web content.
http://java.sun.com/products/jsp/
developers.sun.com search tips Search: in Developers' Site in Sun.com
Developers Home
Java Technology Join a Sun Developer Network Community
Profile and Registration
... Why Register?
JavaServer Pages Technology Downloads
Reference
API Specifications BluePrints ... Quizzes
JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP technology enables rapid development of web-based applications that are server- and platform-independent. Read More JavaServer Pages has two subcategories:
Tag Libraries
JavaServer Pages Standard Tag Library
JSP Technology in the J2EE Platform
In Java 2 Platform, Enterprise Edition (J2EE) v1.4, JSP technology has simplified the page and extension development models with the introduction of a simple expression language, tag files, and a simpler tag extension API, among other features. This makes it easier than ever for you to build pages based on JSP technology.
What's New
November 24, 2003 J2EE 1.4 is Final: Get the SDK Today! The new and final J2EE 1.4 specification also updates specifications for component technologies, including JavaServer Pages, Enterprise JavaBeans, and Connectors, along with other features that establish J2EE 1.4 technology as a premier platform for Web services and enterprise application integration. November 2003 Java Web Services Developer Pack 1.3

2. The Jakarta Site - Apache Tomcat
Servlet/jsp specifications Servlet/jsp Spec, Tomcat version. 2.4/2.0, 5.0.24. The5.x releases implement the Servlet 2.4 and jsp 2.0 specifications.
http://jakarta.apache.org/tomcat/
Tomcat Documentation Download Archives Jakarta Get Involved Misc Apache Tomcat Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process Tomcat is developed in an open and participatory environment and released under the Apache Software License . Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here Tomcat Versions For the impatient, current Tomcat production quality releases vs. Servlet/JSP specifications: Servlet/JSP Spec Tomcat version The releases are described in more detail below to help you determine which one is right for you. More details about each release can be found in the associated release notes.

3. State Of California
Official state government site provides information and links for virtually every aspect of the state, including business and agriculture, education, government, health, history, culture and transportation.
http://www.ca.gov/state/portal/myca_homepage.jsp

4. Jspin JSP Tutorials, Examples, JSP Hosting, Code, Tags, Beans
a directory of jsp tutorials, applications, scripts, components and articles for the novice to professional developer. to the jsp Resource Index, your guide to JavaServer Pages technology. If youre just getting started with jsp, you can jump right into our jsp tutorials section
http://www.jspin.com/

5. Cetus Links: 16604 Links On Objects And Components / Internet & Intranets: JavaS
Cetus Links 16604 Links on Objects and Components / JavaServer Pages (jsp) JavaServer Pages ( jsp) technology provides a simplified, fast way to create web display dynamicallygenerated content. The jsp specification, developed through an industry-wide
http://www.cetus-links.org/oo_javaserver_pages.html
  • See also Java Servlets JavaBeans/EJB ... Java RMI Java / General ... ... Java / Tools Intro
    • What is JavaServer Pages technology? JavaServer Pages JSP ) technology provides a simplified, fast way to create web pages that display dynamically-generated content. The JSP specification, developed through an industry-wide initiative led by Sun Microsystems, defines the interaction between the server and the JSP technology-based page, and describes the format and syntax of the page. How does the JavaServer Pages technology work? JSP technology-based pages use XML tags and scriptlets written in the Java programming language to encapsulate the logic that generates the content for the page. It passes any formatting (HTML or XML) tags directly back to the response page. In this way, JSP technology-based pages separate the page logic from its design and display. JSP technology is part of the Java technology family; it uses a Java programming language-based scripting language, and JSP technology-based pages are compiled into servlets. JSP technology-based pages may call JavaBeans technology-based components (beans) or Enterprise JavaBeans technology-based components (enterprise beans) to perform processing on the server. As such

6. JSP Tutorial
jsp Tutorial. Tutorial Overview. The prerequisites for the tutorial are HTML. You should be able to put together HTML pages. Java. You should be able to program in Java. This tutorial teaches jsp by progressing from very simple examples to complex examples
http://www.jsptut.com/

7. JavaServer Pages Technology - Documentation
JavaServer Pages (jsp) technology offers a simple way to create dynamic web pagesthat are both platformindependent and server-independent, giving you more
http://java.sun.com/products/jsp/docs.html
developers.sun.com search tips Search: in Developers' Site in Sun.com
Developers Home
Java Technology JSP Reference ... Why Register?
Reference JavaServer Pages Technology - Documentation Downloads
Reference
API Specifications
Documentation FAQs White Papers Third-Party
Community
... Quizzes
Syntax These are quick reference cards and guides for JSP 1.2, 1.1, and 1.0; for details see the specifications Version Card Reference PDF HTML PDF ZIP ... ZIP Tutorials Articles

8. JSP School
강좌 , jsp(자료/소스)
http://www.jspschool.com/

9. Essential JSP (JavaServer Pages) And Servlet Programming Resources
jsp and servlet specifications, documentation, servers, IDEs, books, training courses, Web hosting providers.
http://resources.corejsp.com/
JSP and Servlet Programming Resources Tomcat Setup and Configuration Guide Training Courses Specifications and Documentation Books ... General Java Programming Resources Public (Open Enrollment) Training Courses
July 20-23
Sacramento, California
Programming with
July 26-29
Sacramento, California
Advanced JSP, Servlets,

and Apache Struts
Table of Contents

10. Downloads
Java Server Pages Download Index Page jsp technology separates content generation from presentation and takes advantage of reusable tags and It's your choice jsp technology provides the scripting ability you need to
http://java.sun.com/products/jsp/download.html
developers.sun.com search tips Search: in Developers' Site in Sun.com
Developers Home
Java Technology JSP Join a Sun Developer Network Community ... Why Register?
JSP Downloads Downloads
Reference
API Specifications Documentation ... Quizzes
Write Once, Run Anywhere TM Technology
What is Write Once, Run Anywhere TM Technology? When software written in the Java TM programming language is compiled with Java technology, byte code results. Another piece of Java technology, the Java virtual machine, can explain (interpret) that byte code to any platform on which the Java virtual machine is installed. No more porting of programs to platforms. Look at it this way. Suppose you speak English only. Suppose next that you are speaking at an international conference attended by people like youwho speak only their native languages. Should you hire interpreters for each language represented? Should you supply English/Mumble dictionaries to each attendee? Those solutions are costly, time consuming, and error prone. But suppose you discover a language that can be understood by anyone wearing a special, inexpensive earphone that contains a universal interpreter such that the new language is instantly intelligibleno language barriers whatsoever. You'd learn that language and order up the earphones. This interpretable language is analogous to the Java technology and the universal interpreter to the Java virtual machine, which converts the code to the correct semantics. The Java technology takes programming to a new meeting of the minds, where issues that arise from different operating systems and platforms are resolved by an interpretation process.

11. JSP Master
최신뉴스 jsp 강좌 jsp Q A Tip Tech 게시판 자료실 소스 자료실 추천사이트 구인/구직
http://www.jspmaster.com/

12. JSP America
jsp is the premium manufacturer of high quality rear spoilers and auto accessories. Jan 08, 2004 New Applications for jsp Carbon Fiber Hoods jsp's 240SX (S14 Zenki) wearing the latest Carbon Fiber creation
http://www.jspamerica.com/

13. Vancouver Web Design, Vancouver Web Site Design, Vancouver Web Page Design
Design, ASP, jsp, PHP, database development, streaming media, and ecommerce. Located in Vancouver, British Columbia, Canada.
http://www.netgenetix.com/
Wirsbo Canada Inc.
Web Site Consultation

Contact us for information
Through custom web applications Netgenetix helped us migrate our entire business to the internet successfully.
Dave Veale
Chief Operating Officer
Profiles Atlantic Inc.
April 2, 2004

Netgenetix Media launches e-commerce component at PickupHockey.com
October 20, 2003

Netgenetix Media commissioned to develop Wirsbo Canada’s national site. August 28, 2003 Financial Software Developer, FinancialCAD Corp, selects Netgenetix Media READ MORE PRESS Knowledge Netgenetix Media is a dynamic Vancouver web design company specializing in multi-tiered web based solutions for driven companies like yours. Our services include, web design custom web applications web hosting internet marketing ... internet consulting and e-commerce solutions. Our growing company is built on our people, people who understand the technology that is shaping the modern economy; people who have varying skill sets, but many common attributes; professionalism, teamwork and knowledge. A knowledge that your web site is not a 'deliverable', it is quite possibly the life blood of your company...your people. Join us now

14. Zone Labs Zone Labs, Internet Security Products, Online Safety
Search Site, Saturday, May 15, 2004.
http://www.zonelabs.com/store/content/home.jsp

15. Java Skyline: Java/J2EE Servers
Comprehensive list of Java enterprise servers which ones run jsp, servlet, EJB and who makes them.
http://www.javaskyline.com/serv.html
Home Architecture WebApps Database ... News Java/J2EE Servers Web Services Enterprise Learning Contact Us ... RMI Java/J2EE Servers This page contains
  • Java/J2EE Servers A list of commercial and open source Java/J2EE application servers that provide Enterprise JavaBeans, Servlet, and JSP capabilities ( See the Legend Key below for details).
  • Java/J2EE Resources and Lists In addition to this list, the Java/J2EE Server Resources and Lists section provides additional lists of Java/J2EE servers, places to go to for lists of Java servers, J2EE licensees/compatibility, reviews, descriptions, and other information.
Java/J2EE Servers Updated Jan 12, 2003 See also:
Learn: EJB Learn: JSP Learn: Servlets
EJB deployments and contexts
...
Architecture: IDEs
Which IDEs go with which servers Manufacturer Product(s) Download Product Description,
Special features (See Legend Key Open
Share EJB Servlet API JSP
Acme Acme Utilities All Servlet Engine and Open Source library Both No Allaire/Macromedia JRun Server Downloads J2EE Server, JMS, Servlet-JSP Web Server Apple WebObjects J2EE Server and HTTP adaptor (see diagram ATG Dynamo Application Server J2EE Server, Servlet-JSP Web Server

16. Java Library
JAR library including database access bean, implementation of a bookmark for jsp, client/server architecture to call remote method using http protocol and a servlet container as server, implementation of a cart. Freeware for development and noncommercial use
http://www.lisea.com/
S IMPLE A RCHITECTURE F OR D ATABASE A CCESS
A ND S ERVLET /J SP A PPLICATIONS
The package ablia.jar consist of: Name of the package Description com.ablia.anagrafe Standar database access bean. See com.ablia.db and com.ablia.servlet packages. com.ablia.bookmark Implementation of a bookmark for jsp. com.ablia.bridge Client/server architecture to call remote method using http protocol and a servlet container as server. See note com.ablia.cart Implementation of a cart. com.ablia.db Packages that allow you to build database access bean from a given database (supporting connection pools). See package-overview com.ablia.servlet Architecture for servlet and jsp. com.abla.taglib A series of custom tags for jsp. com.ablia.util Utility classes to simplify some tasks. See java docs pages. com.ablia.tools Tools for building access bean from a given db. Package Overview
The docs are quite far to be completed but almost daily I update both ablia.jar package and javadocs to give a better reference and to clean the code as well. More documentation will arrive as soon as I can.
Some of the sites that use this architecture are:
www.consiag.it (also consiagas, consiagnet, ....)

17. A Tutorial On Java Servlets And Java Server Pages (JSP)
Servlet Tutorial A brief introduction to Java Servlets and Java Server Pages. Sun Microsystems Press book on servlets 2.2 and jsp 1.1. This online tutorial served as a very book (More Servlets and jsp) on servlets 2.3 and jsp 1.2
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial
Servlet Tutorial: A brief introduction to Java Servlets and Java Server Pages. Your browser doesn't support frames (what is this, the 19th century?). Please see the table of contents page for a non-frames version.

18. The Source For Java Technology
Skip NavigationHome Contact Help FAQ Developers Sun.com Choose Language.
http://www.java.com/en/index.jsp

19. The Sims Bustin' Out
Official site. Provides features, screenshots, media, characters, locations, objects, articles and a community.
http://www.eagames.com/official/thesims/bustinout/us/home.jsp

20. GNUJSP - A Free Java Server Pages Implementation
version 1.0. GNUjsp is a free implementation of Sun's Java Server Pages. Once the GNUjsp servlet is correctly installed, files with the extension .jsp are translated into java source files, compiled
http://www.klomp.org/gnujsp
version 1.0
GNUJSP is a free implementation of Sun's Java Server Pages. Once the GNUJSP servlet is correctly installed, files with the extension .jsp are translated into java source files, compiled, and run.
News
See the GNUJSP News page for up to date development news. Read the file CHANGES if you want to know what has changed in the current release.
Latest News
JServ/GNUJSP remote unauthorized file access - 21 Feb 2002
A Remote unauthorized file access was found when GNUJSP is used with JServ. More information (and a patch for GNUJSP 1.0.0) can be found on the BugTraq mailinglist archive . A security fix for the Debian package has been announced . We will provide a security release of GNUJSP 1.0.2 soon. GNUJSP 1.0.1 released - 8 Oct 2000 GNUJSP 1.0.1 as been released. Special thanks go to Carsten Heyl who did a lot of work on it and pushed to get this release out. ( Read more... More News...
License
This software is distributed under the terms of the GNU General Public License. Please see the file COPYING for details.

Page 1     1-20 of 194    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter