Forums Register Login

Basic dout on EJB and JB

+Pie Number of slices to send: Send

Hi,
I iam new to EJB, can anybody write the difference between Enterprise java bean and javaBean? I will appreciate if anybody answers
+Pie Number of slices to send: Send
Hai,
I suggest you to read the first two chapters of Mastering EJBs by EdRoman.This gives the clear idea of the difference.
thanks.
+Pie Number of slices to send: Send
Hi,
Thanks for ur suggestion.But,how, can u please post it's URL.
Thanks inadvance.
+Pie Number of slices to send: Send
Hai the book is for free download on TheServerside.com.YYou can see other postings in this section.
thanks
+Pie Number of slices to send: Send
hi darsi

1) a javabean exists mostly on the client side(i have used mostly is because beans can also be used in the server side through JSP pages) and hence is a client side component. However EJB is a server side technology.
2) javabeans are inprocess while ejb's are not
Regds.
Rahul

+Pie Number of slices to send: Send

Hi Rahul,
Thank u so much for ur answer and here small doubt,What do u mean by inprocess.
Thanks inadvance.
+Pie Number of slices to send: Send
hi,
when ever u start a new application a new process starts. These processes have a distinct memory area of their own. Thus there is a cost involved in starting new processes. Also communicatin between these two processes too is costly.
However when u start a new thread in a process , this shares the memory area with the existing process. this is the major advantage of threads vis a vis processes.
The sucess of servlets with respect to cgi has been that servlets spawn threads while cgi spawns new processes which have a heavy cost.
the tern "inprocess" refers to the sharing of the memory area in general.
Regds.
Rahul
+Pie Number of slices to send: Send
hi
javabean EJB
can be independent can not be
can have GUI no GUI
can not be deployed resides in serverside
alagan
So I left, I came home, and I ate some pie. And then I read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 906 times.
Similar Threads
is PortableRemoteObject. really needed?
how to create ejb client stubs?
small project idea in EJB using suns RI
Need EJB Stuff
*MP persistence and ODBMS
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 09:12:34.