Results 171 to 180 of about 1,887 (192)
Some of the next articles are maybe not open access.

Servlet Container and Frameworks

2009
Now that you’ve set up your development environment and configured the SDK, it’s time to look at the design of your application. Out of the box, App Engine uses the Java Servlet standard for web applications, but you may be able to use your favorite framework as well.
Kyle Roche, Jeff Douglas
openaire   +1 more source

Working with Servlets and Applets

2012
The Java language provides a rich infrastructure for creation of web-based applications. Developing Java applications for the Web has become more popular throughout the years. The servlet was one of the first technologies that allowed developers to create dynamic content for the Web. Applets first appeared in the early days of Java development and they
Josh Juneau   +3 more
openaire   +1 more source

Servlet and JSP Development

2004
This chapter introduces Servlets and Java Server Pages (JSPs) and then presents a simple example to display how to use JDeveloper in creating Servlets and JSPs.
openaire   +1 more source

Using Advanced Servlet Features

2004
Chapter 6 covered the features that are available when writing servlets. In this chapter, you’ll explore some of the more advanced features you can use to build robust Web applications. You’ll learn about the following: Tracking client identity and state Working with and maintaining sessions Working with lifecycle events Using ...
Sue Spielman   +3 more
openaire   +1 more source

New Servlet Features

2013
Along with the release of Java EE 7 comes an incremental upgrade to Java servlet technology. The servlet technology has been updated to include features that help bring the technology inline for use with newer technologies, such as HTML 5. The previous release, Servlet 3.0, focused on making servlets easier to write and manage.
openaire   +1 more source

Sharing Servlet Resources

2002
A Web server may include an application’s output in its response to a calling client browser. The application and the included result are termed server-side include (SSI). The reasons for using SSI applications are identical to those of using a servlet in a Web server; you can use SSI when the resulting output should include dynamically generated ...
openaire   +1 more source

Servlets, JSPs, and the ServletContext

2002
In this chapter, we briefly discuss the Web application components that are hosted by the Tomcat container. We begin by discussing the Java servlet architecture. We then move on to describing JavaServer pages and conclude this chapter with a look at one of the most important characteristics of Web applications: the relationship between a Web ...
openaire   +1 more source

An introduction to Java servlet programming

XRDS: Crossroads, The ACM Magazine for Students, 2001
openaire   +1 more source

Java Servlets

2008
Danny Poo   +2 more
openaire   +1 more source

Home - About - Disclaimer - Privacy