Re: JavaBeans Components vs. EJBs

2001-03-26 Thread Eduardo Pelegri-Llopart
Also note that the tag handlers that are used to implement JSP tag libraries follow the JavaBeans patterns. - eduard/o === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest:

JavaBeans Components vs. EJBs

2001-03-25 Thread Erwin
Hi I was going through the J2EE BluePrints online (http://java.sun.com/j2ee/blueprints). There seems to be a difference between "JavaBeans components" and "Enterprise beans". Could somebody explain to me the difference? And where do "Session beans" and "Entity beans" fit in?? Thanks in Advance

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread T A Flores
, March 25, 2001 7:21 am Subject: JavaBeans Components vs. EJBs Hi I was going through the J2EE BluePrints online (http://java.sun.com/j2ee/blueprints). There seems to be a difference between "JavaBeans components" and "Enterprise beans". Could somebody explain to me the di

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Joe Peer
non-visual Server side components. There is a clear and distinct difference that has been heavily documented. - Original Message - From: Erwin [EMAIL PROTECTED] Date: Sunday, March 25, 2001 7:21 am Subject: JavaBeans Components vs. EJBs Hi I was going through the J2EE BluePrints onli

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Stanley Tan
Hi. Yes, you're right. There's a difference between "Java Beans" and "Enterprise Java Beans". While both are similar in the fact that they use the "reusable" philosophy, they are actually quite different. Java Beans are strictly programmed GUI components. A program can then use these beans

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Rob L'Estrange
rch 25, 2001 7:21 AM Subject: JavaBeans Components vs. EJBs Hi I was going through the J2EE BluePrints online (http://java.sun.com/j2ee/blueprints). There seems to be a difference between "JavaBeans components" and "Enterprise beans". Could somebody explain to me the

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Erwin
Thanks guys, but I'm still in doubt. I *have* heard of Java Beans which are GUI components, but aren't they strictly client-side? Can they be used on the server?? The material I was reading seemed to refer to server-side JavaBeans components. It says basically, "JSPs can use JavaBeans for

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread T.A. Flores
, March 25, 2001 5:57 pm Subject: Re: JavaBeans Components vs. EJBs Thanks guys, but I'm still in doubt. I *have* heard of Java Beans which are GUI components, but aren't they strictly client-side? Can they be used on the server?? The material I was reading seemed to refer to server-side

Re: JavaBeans Components vs. EJBs

2001-03-25 Thread Nasser Dassi
Software Internet Developer [EMAIL PROTECTED] "Openmindedness Rewards A Lifetime" - Original Message - From: "Erwin" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 25, 2001 8:57 PM Subject: Re: JavaBeans Components vs. EJBs Thanks guys, but I'm sti