Jeeva Velumani

Greenhorn
+ Follow
since May 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jeeva Velumani

Combining two wars into one 'll only optimize the time to load the web.xml/struts-config.xml instead of two set of files.

But still the classes will be loaded on request basis by the container. So your performance is going to be the same in that case.

Is your application is trying to get data from database/some resource before showing the home page? Probably its your application design causing the performance...

What container are you using? Try their container specific properties. Or you try enabling pass by value property for components within EAR files.

Hope it helps..
18 years ago
Hi there,

Does anyone know that struts supporting XForms.
I tried Chiba 1.1.1, a server side Xform implementation, which is cool, but still is in very early stage, hoping to get some plugin to play with Chiba and Struts.

Any clue on this?

thanks,
Jeeva.
18 years ago