
|
|
|
|
Home / Computers / Programming / Languages / Java / Server-Side / Articles
|
|
|
|
Web Sites
|
- An Introduction to Java Servlets - Servlets can solve many of the problems associated with CGI and proprietary server APIs. This article describes the overall servlet architecture and how to develop applications with servlets.
WebDevelopersJournal.com/articles/intro_to_servlets.html
- Build servlet-based enterprise Web applications - Examines servlet response streaming and garbage management -- two advanced techniques that will allow you to build servlets that can serve more requests and serve them up faster. (3,000 words)
www.javaworld.com/jw-12-1998/jw-12-servlethtml.html
- Creating a Virtual Server with Java Sockets - Beneath the surface of Java lies a rich trove of client/server functionality. Learn about both sockets and Java by writing a virtual-hosting server program. Includes source code to allow binding of a ServerSocket to arbitary IP addresses. Microsoft Interactive Developer, January 1997.
www.microsoft.com/mind/0197/JAVASERVER.asp
- Fundamentals of Servlet Design - Article about Model/View/Controller servlet design; includes free software. (Justin Wells)
webmacro.org/FundamentalsOfServletDesign
- Java Servlets - Design Issues - This article discusses various design issues with Java servlet based application development
www.subrahmanyam.com/articles/servlets/ServletIssues.html
- JMS Introduction and Example Application - Introduction article and example applicaton by Gopalan Suresh Raj.
www.execpc.com/~gopalan/jms/jms.html
- Serving it with style - Part II - Continuation of a two-piece series offering a gentle introduction to servlet programming
softwaredev.earthweb.com/java/article/0,,12082_615271,00.html
- Using XDoclet: Developing EJBs with Just the Bean Class - Article by Dion Almaer.
www.onjava.com/pub/a/onjava/2002/01/30/xdoclet.html
- Webopedia introduction to servlets - Information and resources about servlets
webopedia.internet.com/TERM/s/servlet.html
- Serving it with style - Part I - A two-piece series offering a gentle introduction to servlet programming
softwaredev.earthweb.com/java/article/0,,12082_615131,00.html
|
|
|
|
|