File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes EJB Jboss startup Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "EJB Jboss startup" Watch "EJB Jboss startup" New topic
Author

EJB Jboss startup

Hisouka Devera
Greenhorn

Joined: Oct 16, 2012
Posts: 9
Hi experts,

I will do a sample application using JBOSS 7 EJB, I will create a Java Application sample without webapps.. How can I run a simple Java class in Jboss? I will use eclipse
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5532

An EJB isn't going to do anything without code to interact with it. You'll need some client code or a web app to drive the EJB.

I recommend that you install JBoss Tools into Eclipse. And read the JBoss Tools documentation, it's pretty good and will get you started with working with JBoss AS and EJBs in Eclipse.


JBoss In Action
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EJB Jboss startup
 
Similar Threads
weblogic configuration help
Integration of jboss messaging with jboss
EJB Sample Application
When to use <ejb-ref>
Accessing EJB-application