I have problem finding a place where I can increase session bean timeout in JBoss. I have stateless SB making some complex operations - unfortunately timeout comes and operations are rolled-back. I...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Jboss/Q_...
Hello, I am trying to create some jsp files in eclipse and I get the following error when I am trying to run the files. The little red x icons appear on the left side of the IDE
Cannot find the ...
http://www.experts-exchange.com/Programming/Editors_IDEs/Java/Eclipse/Q_23616446.html
I am a PHP web developer, hosting websites with Apache & MySQL.
Now I want to switch to java/jsp to develop my web application (just a website with database access).
Q1) Am I likely to need ja...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22044633.html
I want to build an application where MDB's have a significant amount of configuration information that they pick up at creation time. I need to be able to tell the MDB's to re-load this info. This ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_22765943.html
Zones:
EJB,
J2EEDate Answered: 08/20/2007 Rating: 7.8 Views: 0
I have an application that would typically be a stand-alone Java process - it has a mainline and the flow of control is as a mainline, not a service.
However, it would like to be able to take ad...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_22775537.html
Hi experts,
I want to handle success messages in Spring MVC like we do with error messages. I want to know if there is a way to put the message code in request before redirect to a success view ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Spring/Q_236666...
Zones:
Spring,
J2EEDate Answered: 11/29/2008 Rating: 7.6 Views: 32
I used to find the "core J2ee patterns" useful because it covers the whole picture of a web application. (see here: http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html )
Howev...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22467397.html
JavaEE supports multi-core processors?
If I develop an application with JavaEE it'll be able to use the multi-core benefits?
How an JavaEE application will behavior in a multi-core enviroment?
...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_23481545.htm...
In some backing page bean I have a method that returns a list such as
public class SomeBean {
public List <Users> getUsers{
blah blahblha
List <Users> listofUsers = ....;
return listorUse...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23412625.html
Zones:
JSP,
J2EE,
JavaDate Answered: 05/18/2008 Rating: 9.9 Views: 0
Hi,
I have a web service client written in Java 6 EE using NetBeans 6.5. I am able to get the WSDL, and NetBeans appears to add the web service with no issues. I can even ping the machin...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_24193799.html