aspose file tools
The moose likes EJB and Other Java EE Technologies and the fly likes New to Ejb. Pls. Help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "New to Ejb. Pls. Help" Watch "New to Ejb. Pls. Help" New topic
Author

New to Ejb. Pls. Help

anirudh bargotra
Greenhorn

Joined: Apr 02, 2001
Posts: 9
I am 2yrs. exp. java programmer. I am new to the world of Enterprise java , Rigt now i am in a problem........
I have a client/server Application created in VB and Oracel running locally which is,using this application we have to generate some reports which need's extensive processing. Now I have to make this application web enabled If i try it with the servlets I takes too much of the time and most of the times the process hangs.......
Is using Ejb and J2EE or Weblogic a right type of solution for this type of problem
Does Application server does fast processing then web server

pls. help
Anirudh
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3878
You will not gain speed just through porting your application code to EJB's. EJB's are not a "silver bullet". You need to do some performance analysis on your existing appliation and determine why it is not performing. Begin by downloading a performance profiler like OptimizeIt! from VMGear or JProbe from Sitraka (make sure it works with your web container before downloading it!)
Then you can use some of the hints and techniques in books like Peter Haggar's "Practical Java" or Dov Bulka's "Server-Side Programming Techniques (Java(TM) Performance and Scalability, Volume 1)".
Another good reference is Harvey Gunther's short paper on the 20 biggest performance stealers in Servlet and EJB code (http://www-4.ibm.com/software/webservers/appserv/ws_bestpractices.pdf)
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
[This message has been edited by Kyle Brown (edited November 10, 2001).]


Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
 
IntelliJ Java IDE
 
subject: New to Ejb. Pls. Help
 
Threads others viewed
What is EJB?
Problem in using Web Services with WSAD
EJB 3 Local Interface Deployment Problem
Loading sequence of the different modules in an EAR....?
WSAD server throwing dump while starting when using webservices
developer file tools