I have a Web Application deployed to a local Glassfish server which I would like to profile in order to see which parts of my code is accessed most frequently. The ...
We are developing an application with around 400 database tables.
and have equal number of EJBs (All are Local interfaces and EJB is stateless) and one EJB is injected into another EJB ...
How is that instance pooling with EJBs can improve performance? Wouldn't you be able to accomplish the same performance just with threads like a java servlet?
Or perhaps instance pooling with EJBs ...
Well We have situation to decide now. I thought stackoverflow is best place to discuss.
Background:
We have 2 JVMs Enterprise Application server and one application deployed on each of them. we need ...
does anyone know if there is any limitation for the size of data that can be obtained in the output of EJB API call?
Let's say output to API should be an ...