|
-
April 11th, 2008, 05:25 AM
#1
How to use JBoss Server
hay..Im developing a struts application using Java EJB's and JBoss server.
I know haow to deploy elements on Jboss.
Hav previously done it in Weblogic by using syntax--->
-------------------------------------------------
Hashtable hs=new Hashtable();
hs.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
hs.put(Context.PROVIDER_URL,"t3://localhost:7001");
Context ctx=new InitialContext(hs);
Object obj= ctx.lookup("ejb/CardValidatorHome");
-------------------------------------------------
now how to do dis kind of stuff using JBoss
-
April 11th, 2008, 03:05 PM
#2
Re: How to use JBoss Server
what version of java ee are you developing against?
-
April 14th, 2008, 01:21 AM
#3
Re: How to use JBoss Server
I am Using Java 2 with JDk 5.0
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|