I\'ve copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I\'m receiving the following error when JB
I am using Spring Web MVC and Hibernate for developing my application. My login.jsp page has following code :
hello there is something i\'ve realized with quartz when开发者_C百科 working.Say a cron is set to wake up every 2min with the expression 0 0/2 * * * ? .
I\'m rolling J2EE code that adheres to Servlet 2.5 and I\'m wondering what are the major differences between 2.5 and 3. Pointers to official Sun docs and personal experiences are most appreciated.
I need to write a Message Driven Bean. I\'m using JBoss IDE 1.5. I understand the concept behind MDB\'s but I don\'t really know how to install the JMS provider (JBoss MQ? I think) and use it so that
we have a J2EE app on which we\'re still working. It runs on Oracle DB. and the business tier is coded with EJB 2.0 with a rich client interface.
This question already has answers here: 开发者_JAVA技巧 How should I connect to JDBC database / datasource in a servlet based application?
I need to map two tables to a single class, having trouble figuring this out.One table is ROOMS, the other is TRAINERS.
Is there a way of specifying the configuration name of a message bean through annotations? In the jboss.xml descriptor you can have different configurations and bind the beans to a particular config:
What is Controller in MVC ? Is it struts.xml or Servlet (Action Class)? Can we have more than开发者_如何学JAVA one Controller in our application?