|
| |
| | Java Servlet - Wikipedia, the free encyclopedia |
 | | The Java Servlets API, invented by Sun Microsystems [1], allows a software developer to add dynamic content to a web server using the Java platform. |  | | The Servlet API defines the expected interactions of a web container and a servlet. |  | | A Web container is a computer program that runs Web applications. |
|
http://en.wikipedia.org/wiki/Java_Servlet
(484 words)
|
|
| |
| | Java Barcode Packages - Servlets, Beans, Applets and Class Libraries for Barcoding |
 | | The Java class files in the package may also be used as a class library for integration into your custom Java application. |  | | The encoder requires Java 2 or JDK 1.2 or above to create the JPEG files used by the servlet. |  | | In UNIX or Linux, if your Java environment has the java.awt library stripped out, then you will be unable to use our Java products. |
|
http://www.idautomation.com/java
(2887 words)
|
|
| |
| | Apache Jakarta Tomcat 4 and 5: Configuration and Usage Tutorial |
 | | The final servlet you should test to verify the configuration of your server and development environment is one that uses both packages and utility classes. |  | | Nevertheless, many servlet developers are unaware of this fact, and it is one of the (perhaps the) most common errors beginning developers encounter. |  | | A second disadvantage is that this approach copies both the Java source code files and the class files to the server, whereas only the class files are needed. |
|
http://www.moreservlets.com/Using-Tomcat-4.html
(5103 words)
|
|
| |
| | Java Servlet Technology - Implementations & Specifications |
 | | Tomcat is a free, open-source implementation of Java Servlet and JavaServer Pages technologies developed under the Jakarta project at the Apache Software Foundation. |  | | Sun adapts and integrates the Tomcat JSP and Java Servlet implementation into the J2EE SDK. |  | | Sun adapts and integrates the Tomcat code base into the J2EE Reference Implementation. |
|
http://java.sun.com/products/servlet/download.html
(201 words)
|
|
| |
| | Java Servlets: Design Issues |
 | | This API is described in the Java Servlet API Specification (currently version 2.1) by the Java Software Division of Sun Microsystems Inc. |  | | Java servlets are small, platform independent server-side programs that programmatically extend the functionality of the web server. |  | | Servlet methods can not be invoked with object references in the usual way. |
|
http://www.subrahmanyam.com/articles/servlets/ServletIssues.html
(2233 words)
|
|
| |
| | JOT Servlets - Java Servlet Web Component Framework |
 | | Java programmers are concerned with software objects, databases, and enterprise systems. |  | | The JOT Servlets web component framework presents a simple and powerful paradigm that connects the disparate presentation media of web page designers to the software engineering domain of Java programmers. |  | | Java Server Faces (JSF) continues this trend towards moving programming syntax to the web page, intermixing programming language constructs with the presentation view. |
|
http://www.jotobjects.com
(1594 words)
|
|
| |
| | Java Servlet Programming -- Chapter 3 |
 | | A servlet should implement this method to return the time it last changed its output. |  | | object that a servlet may use to investigate its environment. |  | | Even when a servlet is reloaded (either explicitly or because its class file changed), its threads won't be stopped. |
|
http://www.oreilly.com/catalog/jservlet/chapter/ch03.html
(5122 words)
|
|
| |
| | Cetus Links: 16604 Links on Objects and Components / Java Servlets |
 | | Servlets can be embedded in many different servers because the servlet API, which you use to write servlets, assumes nothing about the server's environment or protocol. |  | | For example, a servlet might be responsible for taking data in an HTML order-entry form and applying the business logic used to update a company's order database. |  | | Using the HttpSession object of the Servlet API (internet.com) |
|
http://www.cetus-links.org/oo_java_servlets.html
(653 words)
|
|
| |
| | jGuru: Servlets FAQ Home Page |
 | | I have a Servlet and a Servlet Filter that is supposed to apply an xsl to it. |  | | Of course as with any Java class, you could put a "main" method in your class that extends HttpServlet, so you could run it (the main(), not the doGet... |  | | One way you can do is you need to generate a war file.... |
|
http://www.jguru.com/faq/Servlets
(727 words)
|
|
| |
| | java chat servlet |
 | | Java Servlet support needed for server-side (new technology, best than CGI but not well known yet). |  | | This feature is available only if the backup file hasn't been removed. |  | | This parameter defines the absolute path for stored files (log files, backup file and transcript file). |
|
http://www.javazoom.net/jzservlets/jzchat10/jzchat.html
(1071 words)
|
|
| |
| | Java Skyline: Java Servlet/Server Headline News |
 | | A Servlet is actually a Java class you write that extends the javax.servlet.HttpServlet class. |  | | Although you may have a tendency at first to build many servlets with many doPosts and doGets, for complex applications you may want to limit to just one dispatching servlet. |  | | One way is to have different classes perform various tasks: HTTP get/post processing, parameter parsing, output generation, database processing, and so on. |
|
http://www.javaskyline.com/learnservlets.html
(2249 words)
|
|
| |
| | JavaExchange.com |
 | | Each servlet instantiates a global pool (the shared object) in its init section -- only the first servlet to be called actually creates the object; all subsequent servlets skip the instantiation if the object already exists. |  | | Java and HotJava are trademarks of Sun Microsystems, Inc., and refer to Sun's Java programming language and HotJava browser technologies, JavaExchange.com is not sponsored by or affiliated with Sun Microsystems, Inc. |  | | Servlets share a common object using the static declaration. |
|
http://www.javaexchange.com
(718 words)
|
|
| |
| | java.oreilly.com -- Welcome to the O'Reilly Java Center -- computer books, java books, java programming |
 | | He was one of the early developers who identified the emergence of the Spring framework, and he predicted the demise of EJB 2 technologies well in advance. |  | | In his new book, Beyond Java, Bruce looks at four languages and technologies that may challenge Java's dominance in some development niches. |  | | Head First Java, Mac OS X: The Missing Manual, and Make magazine were voted Best of 2005 in the Computers & Internet category of both the Editors' Picks and the Top 10 Customers' Favorites lists. |
|
http://java.oreilly.com
(1020 words)
|
|
| |
| | The Jakarta Site - The Jakarta Project -- Java Related Products |
 | | The Jakarta Project offers a diverse set of open source Java solutions and is a part of The Apache Software Foundation (ASF) which encourages a collaborative, consensus-based development process under an open software license. |  | | The ASF contains other Java projects, some of which were a part of Jakarta, that are detailed on the ASF Project page. |  | | The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with.class). |
|
http://jakarta.apache.org
(483 words)
|
|
| |
| | Java(TM) Boutique: Servlets |
 | | Servlets and JSP Part 1: Overview of Servlets and JSP |  | | This is analogous to a Java applet that runs within a Web browser environment. |  | | Using the HttpSession object of the Servlet API |
|
http://javaboutique.internet.com/servlets
(755 words)
|
|
| |
| | Training Courses: Servlets, JSP, Jakarta Struts, JSF, and Java Programming |
 | | Students who are interested only in obtaining enough Java experience to work with servlets and JSP can shorten the course by omitting the section on graphical user interface development. |  | | He was formerly a Senior Computer Scientist at the Johns Hopkins University Applied Physics Lab, where he designed and developed distributed applications (mostly for government clients) in the Research and Technology Development Center. |  | | Students with significant previous JSP and servlet experience should instead consider the advanced course or a customized on-site course. |
|
http://courses.coreservlets.com
(2463 words)
|
|
| |
| | Purple Servlet FAQ and Resources by Alex Chaffee |
 | | This is all part of jGuru's plan to provide a great place for Java developers to learn from each other. |  | | If you want to see the old version of the FAQ written in XML and XSL using LotusXSL and XML for Java from IBM, the source files are faq.dtd, servletfaq.xml, and faq.xsl if you'd like to see how I did it. |  | | All the existing questions have been moved over, plus there's a great interface for submitting questions and answers and feedback. |
|
http://www.purpletech.com/servlet-faq
(1104 words)
|
|
| |
| | Servlets : Resources & Information ( Server Side Java, host serving the client ) |
 | | Servlet Magic : Netscape and Explorer clients talking to each other with Java Servlets. |  | | It's neat that I could develop (modify) these on my Windows machine, but lacking a server on the internet severely constrains chatting... |  | | CGI : Servlets vs. Perl (BYTE Magazine - June 1997) |
|
http://www.frontiernet.net/~imaging/servlets_intro.html
(785 words)
|
|
| |
| | coreservlets.com: JSP, servlet, Struts, JSF, & Java training, consulting, and books |
 | | You can have the introductory JSP and servlet course, the advanced JSP and servlet course, the Apache Struts 1.2 course, the JSF (JavaServer Faces) course, the Java programming course, or a customized combination of the topics. |  | | He can help you with your application design and architecture, system and code reviews, software development, mentoring, and more. |  | | Basic syntax, object-oriented programming, applets, event listeners, Swing, Java 2D, multithreaded programming, animation, network programming, and more. |
|
http://www.coreservlets.com
(1022 words)
|
|
| |
| | JSP Hosting Java Web Hosting Tomcat Hosting from JavaServletHosting.com |
 | | Here you'll find jsp hosting, java web hosting, java hosting, jsp web hosting, tomcat web server, java web server tomcat, web hosting jsp, tomcat hosting, java servlet web hosting, jsp host, java servlet hosting, jsp web host, web hosting java, hosting jsp, tomcat web hosting, servlet web hosting, tomcat 4 web hosting. |  | | The only webserver you should use with Tomcat web hosting is the Apache web server. |  | | JavaServletHosting.com - Where Java and Web Hosting come together. |
|
http://www.javaservlethosting.com
(441 words)
|
|
| |
| | CoolServlets.com - High quality, free, open source Java servlets |
 | | A JavaBean component that can be used in JSPs to provide a tree view as HTML tables. |  | | Powerful enough for demanding web developers, simple enough for new servlet users. |  | | Prints out random quotes from text files using Server-Side Includes. |
|
http://www.coolservlets.com
(231 words)
|
|
| |
| | WebMacro: Web Macro |
 | | For example, it might be nice to have a ContentManagementSystem aimed at publishers built around WebMacro. |  | | A WebMacro user has written a framework that abstracts template rendering and supports acting as the view layer for Struts. |  | | So I'd like to see a project like that--maybe I'll work on it myself. |
|
http://www.webmacro.org
(928 words)
|
|
| |
| | Servlets.com |
 | | Now better documented in Java Servlet Programming, 2nd Edition. |  | | A list of all ISPs supporting servlets (including user reviews!) |  | | Your source for the best servlet and JSP-related content on the web: |
|
http://www.servlets.com
(493 words)
|
|
| |
| | More Servlets and JavaServer Pages (JSP) -- A Sun Press Book |
 | | It explains how to use filters to debug, modify, and optimize the output of previously existing servlets and JSP pages. |  | | It shows you how to configure your server, read form data and HTTP headers, handle cookies, track sessions, apply JSP scripting elements, use JavaBeans components, develop JSP tag libraries, and apply the MVC architecture. |  | | Part I gives a thorough introduction to programming with servlet and JSP technology. |
|
http://www.moreservlets.com
(488 words)
|
|
| |
| | Java Servlet Links |
 | | Understanding Java Servlets - an interview Paul Colton, CEO of Live Software, Inc. |  | | Instant Online - Servlet veneers over JDBC for rapid site creation |  | | GNUJSP - A free Java Server Pages implementation |
|
http://www.alife.co.uk/links/servlets
(203 words)
|
|
| |
| | Java servlet Computer Encyclopedia Enterprise Resource Directory Complete Guide to Internet |
 | | Java servlet Computer Encyclopedia Enterprise Resource Directory Complete Guide to Internet |  | | Servlets and applets allow the server and client to be extended in a modular way by dynamically loading code which communicates with the main program via a standard programming interface. |  | | Servlets are more flexible than {CGI scripts} and, being written in {Java}, more portable. |
|
http://www.jaysir.com/computer-encyclopedia/j/java-servlet-computer-terms.htm
(182 words)
|
|
| |
| | Apache Tomcat - Apache Tomcat |
 | | Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. |  | | Apache 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. |
|
http://jakarta.apache.org/tomcat
(232 words)
|
|
| |
| | Servlet Essentials |
 | | This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. |  | | Covers Servlet API versions 1.0, 2.0 and 2.1 |  | | The reader is assumed to have some basic knowledge of HTML and Java programming. |
|
http://www.novocode.com/doc/servlet-essentials
(83 words)
|
|
| |
| | SERVLETS.NET - Servlet Hosting and JSP Hosting Solutions |
 | | If you would like to upgrade your existing servlet engine to the latest version, please let us know! |  | | SERVLETS.NET - Servlet Hosting and JSP Hosting Solutions |  | | We specialize in hosting web sites and web applications for Java Servlet developers. |
|
http://www.servlets.net
(269 words)
|
|
| |
| | Caucho Resin : Fast, Open-Source Application Server |
 | | Resin Professional provides fast Servlet and JSP, including proxy caching and JNI performance enhancements. |  | | Resin Open Source provides JSP, Servlet, and EJB functionality under the GPL license. |  | | Hessian now includes Java, PHP, Python, C++, and C# implementations. |
|
http://www.caucho.com
(207 words)
|
|
| |
| | A Tutorial on Java Servlets and Java Server Pages (JSP) |
 | | Please see the table of contents page for a non-frames version. |  | | Servlet Tutorial: A brief introduction to Java Servlets and Java Server Pages. |  | | A Tutorial on Java Servlets and Java Server Pages (JSP) |
|
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial
(44 words)
|
|
|