Re: OpenEJB Tomcat- MDB - EJB 2.0 - MQ

2012-01-10 Thread Faraz
Thanks,

Yes,I meant with with WebSphere MQ.
Do i need to create ra.xml for WebSphere MQ ? If yes ,Please suggest what
all things need to include in ra.xml ?

If I use ActiveMQ,ra.xml is already bundled with OpenEJB or I need to
configure this too ?





--
View this message in context: 
http://openejb.979440.n4.nabble.com/OpenEJB-Tomcat-MDB-EJB-2-0-MQ-tp4278150p4281296.html
Sent from the OpenEJB User mailing list archive at Nabble.com.


Re: OpenEJB Tomcat- MDB - EJB 2.0 - MQ

2012-01-10 Thread Romain Manni-Bucau
Hi,

you need a JCA connector for MQseries. It means ra.xml is not enough. The
ActiveMQ one used in OpenEJB is only for ActiveMQ.

I'm not sure if you are familiar with JCA connectors so maybe this
explanation is useless: it is basically used to integrate ina JEE container
an external system (it allows to participate to transactions for instance).
It means it is specific too.

If you don't find on the internet a MQseries RA (RA = resource adaptor =
almost JCA connector) you'll have to write one. Don't panic it is not
complicated, only about 3 interfaces to define/implement. You'll find a lot
of example on google ;).

- Romain


2012/1/10 Faraz 

> Thanks,
>
> Yes,I meant with with WebSphere MQ.
> Do i need to create ra.xml for WebSphere MQ ? If yes ,Please suggest what
> all things need to include in ra.xml ?
>
> If I use ActiveMQ,ra.xml is already bundled with OpenEJB or I need to
> configure this too ?
>
>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/OpenEJB-Tomcat-MDB-EJB-2-0-MQ-tp4278150p4281296.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>


EJB tutorials for beginner

2012-01-10 Thread Arpit Raj
I recently learnt Servlets and JSP through a series of video tutorials and
now I want to learn EJB 3.1.
I would like to get some tutorial content(video/text) on EJB (some text +
code) in which examples/program codes are explained to the most obvious
detail.
I think this will help me in learning EJB.

For Servlets and JSP, I have used the following:
IDE: Eclipse
Server: Tomcat 7
DB: MySQL

Regards
Arpit


Re: EJB tutorials for beginner

2012-01-10 Thread Romain Manni-Bucau
Hi,

you can start with http://openejb.apache.org/documentation.html and the
excellent example page http://openejb.apache.org/examples-trunk/index.html

IDE: Eclipse
Server: TomEE 1.0.0-beta-2 (released soon)
DB: MySQL

can be good choices

- Romain


2012/1/10 Arpit Raj 

> I recently learnt Servlets and JSP through a series of video tutorials and
> now I want to learn EJB 3.1.
> I would like to get some tutorial content(video/text) on EJB (some text +
> code) in which examples/program codes are explained to the most obvious
> detail.
> I think this will help me in learning EJB.
>
> For Servlets and JSP, I have used the following:
> IDE: Eclipse
> Server: Tomcat 7
> DB: MySQL
>
> Regards
> Arpit
>


Re: EJB tutorials for beginner

2012-01-10 Thread Gabriel Ozeas
Hi,

I would suggest you  use the Manning EJB In Action, it's a great book to
start. There is the Enterprise JavaBeans 3.0 from O'Reilly that is really
good to, but for me that was young when i learned ejb, it was an adventure.

Bye

2012/1/10 Romain Manni-Bucau 

> Hi,
>
> you can start with http://openejb.apache.org/documentation.html and the
> excellent example page http://openejb.apache.org/examples-trunk/index.html
>
> IDE: Eclipse
> Server: TomEE 1.0.0-beta-2 (released soon)
> DB: MySQL
>
> can be good choices
>
> - Romain
>
>
> 2012/1/10 Arpit Raj 
>
> > I recently learnt Servlets and JSP through a series of video tutorials
> and
> > now I want to learn EJB 3.1.
> > I would like to get some tutorial content(video/text) on EJB (some text +
> > code) in which examples/program codes are explained to the most obvious
> > detail.
> > I think this will help me in learning EJB.
> >
> > For Servlets and JSP, I have used the following:
> > IDE: Eclipse
> > Server: Tomcat 7
> > DB: MySQL
> >
> > Regards
> > Arpit
> >
>


Re: EJB tutorials for beginner

2012-01-10 Thread Ravindranath Akila
+1 for Bill Burke's book. Btw if you read it don't miss its preface, quite
something.

The books take on entity relationships is very good.
On Jan 10, 2012 10:20 PM, "Gabriel Ozeas"  wrote:

> Hi,
>
> I would suggest you  use the Manning EJB In Action, it's a great book to
> start. There is the Enterprise JavaBeans 3.0 from O'Reilly that is really
> good to, but for me that was young when i learned ejb, it was an adventure.
>
> Bye
>
> 2012/1/10 Romain Manni-Bucau 
>
> > Hi,
> >
> > you can start with http://openejb.apache.org/documentation.html and the
> > excellent example page
> http://openejb.apache.org/examples-trunk/index.html
> >
> > IDE: Eclipse
> > Server: TomEE 1.0.0-beta-2 (released soon)
> > DB: MySQL
> >
> > can be good choices
> >
> > - Romain
> >
> >
> > 2012/1/10 Arpit Raj 
> >
> > > I recently learnt Servlets and JSP through a series of video tutorials
> > and
> > > now I want to learn EJB 3.1.
> > > I would like to get some tutorial content(video/text) on EJB (some
> text +
> > > code) in which examples/program codes are explained to the most obvious
> > > detail.
> > > I think this will help me in learning EJB.
> > >
> > > For Servlets and JSP, I have used the following:
> > > IDE: Eclipse
> > > Server: Tomcat 7
> > > DB: MySQL
> > >
> > > Regards
> > > Arpit
> > >
> >
>