Gyan Raju

Greenhorn
+ Follow
since Sep 11, 2010
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 Gyan Raju

Gentlemen,

Any Takers.

Regards,
KG
12 years ago

Jboss is a full fledged App server unlike tomcat and could cater to all the needs including EJBs, however i did not mean my project would have Ejbs, but new web-based features,thats what i meant scalability wise. I want thoughts whether switching over to jboss now rather than later when it might be more cumbersome.What are the points to be taken into consideration for this decision?
12 years ago
Hello Everybody,

We have a web-application which is currently deployed in tomcat-6. There are lots of future enhancements for this application. We have been planning to move over from tomcat to jboss. I know that tomcat is "like" an application server however jboss has better scalability features with its app-engine. Is it better to move over from tomcat to jboss.Anything to be considered about feasibility and performance. Kindly advice.

Regards,
KG
12 years ago
Sure i will look into Stax and what about creating xml request, should i use jdom or simply use a stringbuilder? Which way has better performance.?
12 years ago

Hello everybody,

I have a requirement wherein i have to process hundreds of xml.What needs to be implemented is as below:

Create an xml request(I am planning to use jdom here ,do you suggest anyother);
send the request xml as a httpPost to a url(call http connection in a thread)
Recieve the response xml and process it.

The question is on step 3 of above- how to extract data from specific nodes of the response xml.
Question 1>Should i unmarshall to an object or use someother technique?
Question 2>If i have to unmarshall, should i use castor or anyother latest technology.?

Remember i have to process hundreds of xml and performance and
scalability are my major considerations.Any thoughts of best practices?

Regards,
GR
12 years ago
Hello, I have a requirement where i can have a small pop up, the same one as we have it in outlook for setup of recurrence events. The end result would be dates with the start date as referrence. Could anyone tell me how to go about it?