User-submitted J2EE Projects

64
2377 reads
EL Type Conversion Examples
The EL type conversion example below demonstrates how to use tags to convert datatypes in JSP. This example converts different datatypes of JSP specified in the example and prints them as output.
EL Type Conversion Examples

Run It Now!
56
2323 reads
CookiesExample
This is a Cookie Example to save the Cookie Name & Value. and how to get the detail of saved Cookie.
Run It Now!
55
3203 reads
54
1524 reads
invincible's picture

Submitted by

invincible
demo
simple hello world example.
Run It Now!
49
2004 reads
vicenaf's picture

Submitted by

vicenaf
Tags:

Hola_mundo_dende_Galiza
Mostrar un mensaje mediante JS Amosar unha mensaxe mediante JS
Run It Now!
49
1677 reads
Evolution of Web Application
The below example demonstrates how to dispatch url after some time of a registration page. if you access registration page directly then it will show the message "direct access is denied".
Evolution of Web Application

Run It Now!
47
1538 reads
invincible's picture

Submitted by

invincible
Tags:

47
1737 reads
Tori's picture

Submitted by

Tori
Input Validation
The below example demonstrates validation in struts framework. In this example Customer Example also uses the visitor validator but not uses context parameter so unable to validate zip code. But employee example use context parameter and successfully validates zip code.
Input Validation

Run It Now!