syed khadeer ahmed

Greenhorn
+ Follow
since Sep 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by syed khadeer ahmed

hi thanks for reply guys.

I am sorry but i am still confused,
what i dont understand is, when we use netbeans or any other editor, usually my database is on localhost,
suppose oracle 10g is localhost/apex/sql

with this the ejb can communicate with database when it is on virtual server like glassfish(on netbeans).

but what happens when we actually put this web application(web site) on internet.

how does the ejb(module which is on internet now) communicate with database when database is on localhost? or do i have to install oracle on host aswel

thanks
Hi thanks for the reply.

but still i am not clear on how to deploy it on internet,

i developed a website which uses some jsp and html pages, and deployed on my host so it is accessible on www.
but when we use ejb (i am using entity and session bean here) so definitely i need a database, where would i place my database.
because with ms access we get a database file, but using ejb we dont get a db file. here i am using oracle 10g database . so when i deploy this on internet how will ejb connect to database


please tell me in details how do i make this work.

thanks
Hi Everyone.


I am new to EJB, and i am stuck somewhere.
i have developed a web application which uses EJB, it works perfectly on netbeans.

What i wan to know is, what do i have to do if i want to deploy this application on internet,
do i have to install EJB on my Host. or Do i have to install database on host. i dont know what to do.

Please help me.

regards