Geometry.Net - the online learning center
Home  - Computer - Jsp
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 70    1  | 2  | 3  | 4  | Next 20

         Jsp:     more books (100)
  1. Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam by Bryan Basham, Kathy Sierra, et all 2008-03-25
  2. Murach's Java Servlets and JSP, 2nd Edition by Andrea Steelman, Joel Murach, 2008-01-21
  3. Murach's Java Servlets and JSP by Andrea Steelman, Joel Murach, 2003-01-01
  4. Pro JSP 2, Fourth Edition (Expert's Voice in Java) by Simon Brown, Sam Dalton, et all 2005-12-13
  5. JSP-Servlet Interview Questions You'll Most Likely Be Asked by Vibrant Publishers, 2010-04-29
  6. Java Servlet & JSP Cookbook by Bruce W. Perry, 2003-12-01
  7. Beginning JSP 2: From Novice to Professional by Krishnaraj Perrumal, Vikram Goyal, 2004-02
  8. Professional JSP Tag Libraries by Simon Brown, 2002-04
  9. Beginning JSP™, JSF™ and Tomcat™ Web Development: From Novice to Professional by Giulio Zambon, Michael Sekler, 2007-11-19
  10. JSP Tag Libraries by Gal Shachor, Adam Chace, et all 2001-05-30
  11. JSP Examples and Best Practices by Andrew Patzer, 2002-04-15
  12. JSP(TM) and XML: Integrating XML and Web Services in Your JSP Application by Casey Kochmer, Erica Frandsen, 2002-03-29
  13. Web Development with Java: Using Hibernate, JSPs and Servlets (Volume 0) by Tim Downey, 2007-10-01
  14. CodeNotes for J2EE: EJB, JDBC, JSP, and Servlets by Gregory Brill, 2002-01-02

1. JavaServer Pages Technology
Sun Microsystems official jsp specification home page.
http://java.sun.com/products/jsp/
Skip to Content Sun Java Solaris ... Java Technology
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 Java EE 5 Platform
The focus of Java EE 5 has been ease of development by making use of Java language annotations that were introduced by J2SE 5.0. JSP 2.1 supports this goal by defining annotations for dependency injection on JSP tag handlers and context listeners. Another key concern of the Java EE 5 specification has been the alignment of its webtier technologies, namely JavaServer Pages (JSP), JavaServer Faces (JSF), and JavaServer Pages Standard Tag Library (JSTL). The outcome of this alignment effort has been the Unified Expression Language (EL), which integrates the expression languages defined by JSP 2.0 and JSF 1.1. The main key additions to the Unified EL that came out of the alignment work have been:
  • A pluggable API for resolving variable references into Java objects and for resolving the properties applied to these Java objects

2. JavaServer Pages - Wikipedia, The Free Encyclopedia
JavaServer Pages (jsp) is a Java technology that allows software developers to dynamically jsps are compiled into Java Servlets by a jsp compiler.
http://en.wikipedia.org/wiki/JavaServer_Pages
JavaServer Pages
From Wikipedia, the free encyclopedia
Jump to: navigation search This article includes a list of references or external links , but its sources remain unclear because it lacks in-text citations
You can improve this article by introducing more precise citations. This article or section may require restructuring to meet Wikipedia's quality standards
Please discuss this issue on the talk page . This article has been tagged since November 2007
Contents

3. A Tutorial On Java Servlets And Java Server Pages (JSP)
A detailed tutorial for Java Servlets version 2.1/2.2 and JavaServer Pages (jsp) version 1.0.
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.

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.
http://www.jspin.com/

5. Download Java Software From Sun Microsystems
Java software manual download page. Get the latest version of the Sun Microsystems Java Runtime Environment (JRE) for Windows, Solaris, and Linux.
http://www.java.com/en/download/manual.jsp

6. Servlets.com | The Problems With JSP
Why pure JavaServer Pages isn t the solution. Describes alternatives and better ways to use jsp.
http://www.servlets.com/soapbox/problems-jsp.html

Home
What's New? com.oreilly.servlet Servlet Polls ... Advertising Info The Problems with JSP January 25, 2000 by Jason Hunter Note: In the time since this essay was written, JSP has gone through two updates and can now be considered better (although yet more complicated) than it was when this article was written. However, JSPs competitors have not been idle and in addition to WebMacro we now have Apache Velocity and my personal favorite, Tea, from the Walt Disney Internet Group (WDIG). For an in-depth discussion of JSP and its competitors, see the 2nd Edition of my book Java Servlet Programming By now almost everyone using servlets has heard about JavaServer Pages (JSP), a Sun-invented technology built on top of servlets. Sun has done a marvelous job promoting JSP as a way to get HTML out of servlet code, speeding web application development and improving web page maintenance. In fact, the official "Application Programming Model" document published by Sun has gone so far as to say, "JSP technology should be viewed as the norm while the use of servlets will most likely be the exception." (Section 1.9, December 15, 1999, Draft Release) This paper evaluates whether that claim is valid by comparing JSP to another technology built on servlets: template engines.
The Problem with Straight-up Servlets

7. Web Tier APIs - JavaServer Pages (JSP) And JSTL
JavaServer Pages (jsp) technology lets you rapidly develop and easily maintain, informationrich, dynamic Web pages. jsp pages contain display markup and
http://forum.java.sun.com/forum.jspa?forumID=45

8. Scholarship Search - Find Scholarships Online Free - Grants
Free online college scholarship search. More than 2300 sources of college funding, totaling nearly $3 BILLION in available aid. Scholarships, internships
http://apps.collegeboard.com/cbsearch_ss/welcome.jsp

9. GNUJSP - A Free Java Server Pages Implementation
Modified jsp pages are automatically recompiled if desired. If you want to know more about jsp and GNUjsp, one of the following options may help you
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.

10. JGuru: JSP FAQ Home Page
Communitydriven answers to frequently asked questions on JavaServer Pages.
http://www.jguru.com/faq/JSP

Forgot your

password?
HOME FAQS ... LEARN
Search
View: What's New Index by Topic Contributors Topic List Printable View Unanswered Questions Suggested Path JSP FAQ Home Page
FAQ Manager is guru Byron Tymvios
Few technologies are as effective as JavaServer Pages (JSP) in facilitating the separation of presentation from dynamic web content. JSP pages are secure, platform-independent, multithreaded, and best of all, make use of Java as a server-side scripting language.
What's New
How can I avoid making multiple HTTP calls for content that hasn't changed? Is it possible to cache it? Is there a way to set this in the header?

Java:API:Servlets:Performance
Java:API:JSP:Performance
Byron Tymvios
, Aug 31, 2006 This can be achieved by using a filter. You can setup the filter in your web.xml to intercept the response and edit the HTTP headers for the specified... What is the difference between RequestDispatcher's forward(ServletRequest request, ServletResponse response) method and HttpServletResponse's sendRedirect(String location) method? Java:API:Servlets Java:API:JSP Byron Tymvios , Aug 31, 2006 The forward method of RequestDispatcher will forward the ServletRequest and ServletResponse that it is passed to the path that was specified in getR...

11. Coreservlets.com: Java Training, Tutorials, Consulting, Books, & Resources
jsp and servlet specifications, documentation, servers, IDEs, books, training courses, Web hosting providers.
http://www.coreservlets.com/
home contact sitemap Training ... CHEDULE
JSP, Servlets, Struts, JSF, Ajax, GWT, Java 5, Java 6, and More Coreservlets.com provides a variety of custom J2EE solutions. Check out the following service areas, or contact Marty Hall for a customized quote on training, consulting, or development.
Customized onsite training courses
A contract instructor regurgitating someone else's course materials? No way! Our courses are personally developed and taught by Marty Hall, one of the world's leading J2EE instructors, author of several popular J2EE bestsellers, popular and entertaining conference speaker, and experienced developer. Courses are available on beginning and intermediate servlets and JSP, advanced servlets and JSP, SCWCD, Struts, JSF and Apache MyFaces, Ajax, Java 5 programming, Java 6 programming, and more. Courses from affiliated instructors (edited by Marty) are available on EJB3, Spring, Hibernate, and Ruby/Rails. Courses can be taught onsite at your organization (any country!), and topics and pace can be customized to suit the needs of your developers. Click

12. Solaris Operating System - Get Solaris 10
Skip to Content Java Solaris Communities About Sun How to Buy My Sun Connection Cart. United States Worldwide Sun Microsystems Home
http://www.sun.com/software/solaris/get.jsp

13. US Department Of Homeland Security
Governmental agency works to prevent terrorist attacks within the United States, reduce America s vulnerability to terrorism, and minimize the damage from
http://www.dhs.gov/dhspublic/index.jsp

14. Coldtags Suite - The Largest Set Of Custom JSP Tags
Do you need some special custom jsp tags? Do you want to simplify the life for your developers and designers? Feel free to contact our development team.
http://www.servletsuite.com/jsp.htm
Probably the largest collection of
custom JSP tags
Home
Services Products Server side ... Blog
addthis_url = 'http://www.servletsuite.com/jsp.htm'; addthis_title = 'Coldtags suite - Java web components (part 1)'; addthis_pub = 'abava'; Servlets JSP Tools Tips
WAP/WML - marks WAP/WML support HTTP tags, XML taglibs, DB taglibs, Forms File taglibs, Iterator taglib,Flow control tags Navigation, IM tags, controls taglibs, Cache custom tag ... Misc custom tags, Javascript taglibs From our users: 1. HTML Calendar
2. Request bean for your JSP

3. Request taglib

4. Title taglib
...
10. UDDI taglib
From our users: "its the best XML parsing example
I've ever seen.... I've been searching for some examples lately and
this is the best one. I've been to MSDN and could not find better ways to do it in both ASP and JSP. Thank you so much"
11. DOM taglib 12. XPath taglib 13. XMLTextReader taglib 14. XSL taglib ... 18. XML write taglib From our users: "It does what you need with XML It includes exactly the functionalities one needs when dealing with XML data. Nothing more nothing less. No overhead. The support resp. the reaction time

15. Free Online Version Of Core Servlets And JavaServer Pages (Second Edition) In PD
Includes complete PDF version of Sun Microsystems Press servlet/jsp text. Coverage of servlets 2.2 and jsp 1.1. Also includes source code from book,
http://pdf.coreservlets.com/
home contact sitemap Training ...
Top
table of contents
Chapter 1: An Overview of Servlet and JSP Technology
Chapter 2: Server Setup and Configuration

Chapter 3: Servlet Basics

Chapter 4: Handling the Client Request: Form Data
...
More Information
Free Online Version of Second Edition
Core Servlets and JavaServer Pages
by Marty Hall and Larry Brown The second edition of Core Servlets and JavaServer Pages is now available for free access in PDF. See links below. Readers of the older edition can still access the first edition here
Chapter 1: An Overview of Servlet and JSP Technology
Topics in Chapter:
  • Understanding the role of servlets Building Web pages dynamically Looking at servlet code Evaluating servlets vs. other technologies Understanding the role of JSP
Chapter 2: Server Setup and Configuration
Topics in Chapter:
  • Installing and configuring Java Downloading and setting up a server Configuring your development environment Testing your setup Simplifying servlet and JSP deployment Locating files in Tomcat, JRun, and Resin

16. The Java Community Process(SM) Program - JSRs: Java Specification Requests - Det
The use of products based on the JavaServer Pages(tm) (jsp) specification in the The main goal of this JSR is to deliver these new features into the jsp
http://jcp.org/en/jsr/detail?id=152

17. JSP Controls Tag Library
jsp Controls Tag Library allows the creation of independent dualmode (Ajax/non-Ajax) portlet-like page fragments.
http://www.jspcontrols.net/

18. JSP, Servlets, Struts, And JSF Programming Resources
Servlet and jsp documentation, specifications, IDEs, servers, books, training courses, Web hosting providers.
http://resources.coreservlets.com/
home contact sitemap Training ... CHEDULE
JSP, Servlets, Struts, and JSF Programming Resources
Specifications and Documentation
The official specifications for JSP, servlets, and related technologies such as JSTL, Struts, EJB, and J2EE. API documentation in Javadoc format.
Servers (Containers/Engines)
Servers or engines that support JSP, servlets, or all of J2EE. Some are free.
IDEs
Java-oriented integrated development environments that support servlets. HTML-oriented development environments that support JSP.
Java-Related Jobs and Career Opportunities
Employment opportunities and job openings in servlets, JSP, Apache Struts, EJB, and various other Java-related areas.
JavaServer Faces (JSF) Programming Resources
JSF download sites, documentation, tutorials, specification, books, etc.
Books
Books on JSP, servlets, EJB/J2EE, and related technologies.
Web Hosting Providers
Commercial ISPs that will host sites that run JSP, servlets, and (in some cases) full J2EE.
Java Programming Resources
Resources on general Java programming, particularly for beginners. Download sites, Java tutorials, Java documentation, etc.

19. The Apache Tomcat 5.5 Servlet/JSP Container - Documentation Index
This is the toplevel entry point of the documentation bundle for the Apache Tomcat Servlet/jsp container. Apache Tomcat version 5.5 implements the Servlet
http://tomcat.apache.org/tomcat-5.5-doc/index.html
The Apache Tomcat 5.5 Servlet/JSP Container
Links User Guide Reference Apache Tomcat Development
The Apache Tomcat 5.5 Servlet/JSP Container
Documentation Index
print-friendly
version Introduction This is the top-level entry point of the documentation bundle for the Apache Tomcat Servlet/JSP container. Apache Tomcat version 5.5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the Java Community Process , and includes many additional features that make it a useful platform for developing and deploying web applications and web services. Select one of the links from the navigation menu (to the left) to drill down to the more detailed documentation that is available. Each available manual is described in more detail below. Apache Tomcat User Guide The following documents will assist you in downloading, installing Apache Tomcat 5, and using many of the Apache Tomcat features.
  • Introduction - A brief, high level, overview of Apache Tomcat.
  • 20. UN Atlas Of The Oceans
    Tsunami News. UNESCO To Announce Global Strategy for Establishment of Tsunami Early Warning System UN assists with Indian Ocean tsunamis
    http://www.oceansatlas.org/index.jsp

    Page 1     1-20 of 70    1  | 2  | 3  | 4  | Next 20

    free hit counter