![]() |
![]() |
Weblogic / Java EE6De $1Table des matièresWeblogic / Java EE6IntroductionThis page is a good reminder for the Java EE6 developper that plan to use Eclipse indigo with weblogic 12c or greater for developping Servlets/JSPs/EJB/JMS applications. Installing a JMS queue on WebLogicGood guide on how to setup a JMS queue here : http://blog.touret.info/blog/index.php/post/2011/09/22/Mise-en-oeuvre-d-une-file-d-attente-JMS-sur-Weblogic-10.3 (in french) Writing a remote client standalone for an EJBYou must have at least one EJB that implements a remote interface. Example : /div/div[3]/pre, reference to undefined name 'syntax'And here is the remote interface (located in the Client project that is automatically created when we do an EAR project): /div/div[3]/pre, reference to undefined name 'syntax'The client project is just a Java project, but you must add two things so that it compiles and run:
Then you should have such a source code for the standalone client: /div/div[3]/pre, reference to undefined name 'syntax'
Writing a client for a weblogic queueHere is an example of a client that sends TextMessages to a MessageDriven bean. It is recommended to double check the JNDI names of the JMS connexion factory and of the JMS destination.
Example MDB:
|
Powered by MindTouch Deki Open Source Edition v.8.08 |