[JBoss-user] [EJB/JBoss] - Re: lookup datasource from java client

2004-05-30 Thread gorano
If you have to use a datasource from your client I guess most J2EE programmers would 
agree that you have a problem with the design of your application.

Use the datasource in a session bean and do remote calls from the client.

The whole idea behind J2EE is to keep the bussiness logic on the server (including 
database access) and keep the client as thin as possible.

/Goran

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836921#3836921

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836921



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: lookup datasource from java client

2004-05-30 Thread erahamim
So what should I do ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836891#3836891

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836891



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: lookup datasource from java client

2004-05-30 Thread kabkhan
java:/ namespace is only accessible from within the same JVM

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836890#3836890

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836890



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user