User-submitted Projects

37
2880 reads
king_leo's picture

Submitted by

king_leo
Tags:

Employee class
this program to read employee details and to output the data
Run It Now!
35
1826 reads
king_leo's picture

Submitted by

king_leo
Tags:

static variable
this program demonstrates static variable in cpp.
Run It Now!
89
1815 reads
MrGenius's picture

Submitted by

MrGenius
Custom Interceptors
The below example demonstrates Custome Interceptors in struts 2 framework. In this example you will see different ways to create you own interceptor stack and associate it with the action class.
Custom Interceptors

Run It Now!
112
1861 reads
MrGenius's picture

Submitted by

MrGenius
Dispatch Action
The below example demonstrates Dispatch Actions in struts 2 framework. In this example you will see how to group a set of related functionalities in a single Action class.
Dispatch Action

Run It Now!
121
2934 reads
MrGenius's picture

Submitted by

MrGenius
Dynamic Method Invocation
The below example demonstrates Dynamic method Invocation in struts 2 framework.
Dynamic Method Invocation

Run It Now!
111
2062 reads
Validation using validate()
The below example demonstrates how to perform validation in Struts 2 framework.
Validation using validate()

Run It Now!
111
1680 reads
MrGenius's picture

Submitted by

MrGenius
Tags:

159
2747 reads
MrGenius's picture

Submitted by

MrGenius
Hello World example
The Hello World example below demonstrates how to use JSP to print hello world message. This example prints a Hello world message along with current day,date and time.
Hello World example

Run It Now!
113
2471 reads
MrGenius's picture

Submitted by

MrGenius
Tags:

161
2326 reads
Jprogramr's picture

Submitted by

Jprogramr
Hello User Example
The Hello User example below demonstrates how to pass parameters in JSP. This example accepts a name from user and displays the output as "Hello user-name".
Hello User Example

Run It Now!