arusha khan

Greenhorn
+ Follow
since Dec 08, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by arusha khan

Please point me to a good example where you can create a web service and get data by connecting to the backend database.
Any good example with eclipse will be great.

Help...
Thank You

16 years ago
I need to develop this test client...can't use the tool for offc use...politics....bla bla...
16 years ago
I need to generate some client side code to test the different wsdls, web services. I don't want to use SOAPUI tools.

Need my starting point for starting to test wsdls...
16 years ago
Need to make a test jsp client for testing web services. So my test client should be able to take different wsdls and test the web services.
How should I start building the client using websphere 6.1 toolkit?


Thanks
16 years ago
Following are the Q's:


How can storing session information in a Session Bean be more scalable over storing session information in HttpSession?
Choice 1

Session Beans can survive a server crash.
Choice 2

Session Beans can be activated/passivated.
Choice 3

Session Beans can use container managed persistence.
Choice 4

Session Beans can be used by multiple client threads.
Choice 5

HttpSession requires use of cookies or URL rewriting.



I think 5 and 3 are correct. which is a better ans?

===================================
What is the importance of using design patterns in J2EE applications?

1 Design patterns increase code duplication.
2 Design patterns make applications architectually robust in the long-term.
3 Usage of design patterns is mandated by J2EE 1.4 specification for web and business logic tiers.
4 Design patterns reduce the amount of code developers would have to write.
5 Design patterns provide better compatibility with other application servers.

I think 4 but 2 is also good choice???
Hi,

1) Need insight on type of questions asked?
2) Can anyone share their subscription for j2ee exam practice?

Thanks,
A.
Hi,

1) Need insight on type of questions asked?
2) Can anyone share their subscription for j2ee exam practice?

Thanks,
A.
Have a look at this page
http://struts.application-servers.com/faqs/tabs.html

See if this helps.
If you have already found some help, do let me know.

Arusha
20 years ago
I am following the ibm link to insert xml data into the oracle database.

Does anyone have Sax example for doing that instead of DOM?

Thanx
AK