User-submitted J2EE Projects

109
1623 reads
Date Display Example
The date display example below demonstrates how to use servlets to display date. The example allows the user to view Current day, date as output.
Date Display Example

Run It Now!
109
2117 reads
CodeDude's picture

Submitted by

CodeDude
Registration Example
The servlet example below demonstrates how to use java bean with servlets. The example takes an input as confirmation number from user and prints the details of the registration as output.
Registration Example

Run It Now!
109
1716 reads
The Mail-List Example
The mail-list example below demonstrates the working of HTML with servlets. The example takes user details from user to show them as output.
The Mail-List Example

Run It Now!
109
2142 reads
The Auto-Refresh Example
The auto-refresh example below demonstrates how to create a save data using sessions after each refresh page. The example increments the counter of the number of times the servlets been accessed in
The Auto-Refresh Example

Run It Now!
109
1696 reads
Command Servlet Example
The command servlet example below demonstrates how to use servlet with HTML. The example provides the user HTML links where user can click any of these links.
Command Servlet Example

Run It Now!
109
1607 reads
Andrea's picture

Submitted by

Andrea
Downloader
The downloader example below demonstrates how to download different format of files in servlets. The example allows the user to download various formats of files specified by servlets.
Downloader

Run It Now!
108
1890 reads
Message Handling and i18n
The below example demonstrates Message handling Internationalization in Struts. this example has 4 properties files with key and value pair. we are accessing value using key in customer.jsp page.
Message Handling and i18n

Run It Now!
108
2252 reads
cassia's picture

Submitted by

cassia
Model 1 JSP with JSTL
The registration example below demonstrates how to use HTML with JSP to create a registration page. This example takes user information from user and computes the billing information to show as output
Model 1 JSP with JSTL

Run It Now!
108
2559 reads
Mastermind's picture

Submitted by

Mastermind
The SQL Gateway
The SQL gateway example below demonstrates how to use SQL queries to view the result from database. The example allows the user to fire sql queries to the database and view results.
The SQL Gateway

Run It Now!