You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "Howard W. Smith, Jr." <sm...@gmail.com> on 2013/03/04 12:54:28 UTC

How to setup a project in Netbeans for EJB development using OpenEJB?

I would like to echo this question[1] here; also, the same is asked for
tomcat[2]. Response seems to be the same for tomee (and tomcat).

After some research via google last night, I did see the following:

1. not much or 'no demand' for a seamless way of developing EJB project in
NetBeans, to be deployed to TomEE/OpenEJB :(

2. it is a bit painful to develop EJB project in NetBeans for TomEE/OpenEJB
 and Tomcat

3. TomEE goal = 'web 6 profile'


With that said, I have found success using NetBeans to develop WAR that I
can drop into tomee/webapps; that works well for me, since 'web 6 profile'
is a goal of TomEE. thanks! :)

Also, since I listen in on topics/questions/emails on this list, I know
that it is possible to develop EJB JARs and/or EARs and deploy to or drop
in tomee/apps (etc...), but I'm on the NetBeans 'side of the world'. :)

Is there anyone out there having success 'developing' EJB projects, that
have OpenEJB/TomEE dependencies, and 'not' using Maven? In the past, prior
to develop JSF web application via NetBeans/Glassfish, I developed EJB
(project) and EAR (application/client) very easily via NetBeans IDE/GUI
(without going back to the basics[3]), and deployed to Glassfish.

Per my findings last night, it seems though for me to have success on this
side of the world, I will have to go back to the basics[3] and rely on
TomEE's ability to load 'an unpacked JAR'[4].

I am definitely open to being corrected-or-enlightened here. :)


[1]
http://stackoverflow.com/questions/3612239/how-to-setup-a-project-in-netbeans-for-ejb-development-using-openejb

[2]
http://stackoverflow.com/questions/4304757/how-to-deploy-ejb-3-or-web-application-on-tomcat

[3] http://openejb.codehaus.org/hello-world.html

[4] http://tomee.apache.org/deployments.html

Re: How to setup a project in Netbeans for EJB development using OpenEJB?

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
That's exactly what I want, Romain, thanks! I voted for it. Hopefully more
NetBeans users will want that enhancement request.

For now, tomee-maven-plugin is the only option...and I'm definitely still a
happy-n-satisfied TomEE user!


On Mon, Mar 4, 2013 at 3:34 PM, Romain Manni-Bucau <rm...@gmail.com>wrote:

> FYI
>
> http://netbeans.org/bugzilla/show_bug.cgi?id=212198
> Le 4 mars 2013 21:30, "Howard W. Smith, Jr." <sm...@gmail.com> a
> écrit :
>
> > José, thanks for the response. Evidently, I need to consider that
> option. I
> > hope to use that option one day.
> >
> > Thanks again,
> > Howard
> >  On Mar 4, 2013 3:12 PM, "José Luis Cetina" <ma...@gmail.com>
> wrote:
> >
> > > I use netbeans in my ear app (1 ejb module, 5 webapps, 3 jar modules as
> > > librarys etc...).
> > >
> > > The idea is use tomee-maven-plugin, everything works fine for me.
> > >
> > > Why dont consider maven??
> > >
> > >
> > > 2013/3/4 Howard W. Smith, Jr. <sm...@gmail.com>
> > >
> > > > I would like to echo this question[1] here; also, the same is asked
> for
> > > > tomcat[2]. Response seems to be the same for tomee (and tomcat).
> > > >
> > > > After some research via google last night, I did see the following:
> > > >
> > > > 1. not much or 'no demand' for a seamless way of developing EJB
> project
> > > in
> > > > NetBeans, to be deployed to TomEE/OpenEJB :(
> > > >
> > > > 2. it is a bit painful to develop EJB project in NetBeans for
> > > TomEE/OpenEJB
> > > >  and Tomcat
> > > >
> > > > 3. TomEE goal = 'web 6 profile'
> > > >
> > > >
> > > > With that said, I have found success using NetBeans to develop WAR
> > that I
> > > > can drop into tomee/webapps; that works well for me, since 'web 6
> > > profile'
> > > > is a goal of TomEE. thanks! :)
> > > >
> > > > Also, since I listen in on topics/questions/emails on this list, I
> know
> > > > that it is possible to develop EJB JARs and/or EARs and deploy to or
> > drop
> > > > in tomee/apps (etc...), but I'm on the NetBeans 'side of the world'.
> :)
> > > >
> > > > Is there anyone out there having success 'developing' EJB projects,
> > that
> > > > have OpenEJB/TomEE dependencies, and 'not' using Maven? In the past,
> > > prior
> > > > to develop JSF web application via NetBeans/Glassfish, I developed
> EJB
> > > > (project) and EAR (application/client) very easily via NetBeans
> IDE/GUI
> > > > (without going back to the basics[3]), and deployed to Glassfish.
> > > >
> > > > Per my findings last night, it seems though for me to have success on
> > > this
> > > > side of the world, I will have to go back to the basics[3] and rely
> on
> > > > TomEE's ability to load 'an unpacked JAR'[4].
> > > >
> > > > I am definitely open to being corrected-or-enlightened here. :)
> > > >
> > > >
> > > > [1]
> > > >
> > > >
> > >
> >
> http://stackoverflow.com/questions/3612239/how-to-setup-a-project-in-netbeans-for-ejb-development-using-openejb
> > > >
> > > > [2]
> > > >
> > > >
> > >
> >
> http://stackoverflow.com/questions/4304757/how-to-deploy-ejb-3-or-web-application-on-tomcat
> > > >
> > > > [3] http://openejb.codehaus.org/hello-world.html
> > > >
> > > > [4] http://tomee.apache.org/deployments.html
> > > >
> > >
> > >
> > >
> > > --
> > > -------------------------------------------------------------------
> > > *SCJA. José Luis Cetina*
> > > -------------------------------------------------------------------
> > >
> >
>

Re: How to setup a project in Netbeans for EJB development using OpenEJB?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
FYI

http://netbeans.org/bugzilla/show_bug.cgi?id=212198
Le 4 mars 2013 21:30, "Howard W. Smith, Jr." <sm...@gmail.com> a
écrit :

> José, thanks for the response. Evidently, I need to consider that option. I
> hope to use that option one day.
>
> Thanks again,
> Howard
>  On Mar 4, 2013 3:12 PM, "José Luis Cetina" <ma...@gmail.com> wrote:
>
> > I use netbeans in my ear app (1 ejb module, 5 webapps, 3 jar modules as
> > librarys etc...).
> >
> > The idea is use tomee-maven-plugin, everything works fine for me.
> >
> > Why dont consider maven??
> >
> >
> > 2013/3/4 Howard W. Smith, Jr. <sm...@gmail.com>
> >
> > > I would like to echo this question[1] here; also, the same is asked for
> > > tomcat[2]. Response seems to be the same for tomee (and tomcat).
> > >
> > > After some research via google last night, I did see the following:
> > >
> > > 1. not much or 'no demand' for a seamless way of developing EJB project
> > in
> > > NetBeans, to be deployed to TomEE/OpenEJB :(
> > >
> > > 2. it is a bit painful to develop EJB project in NetBeans for
> > TomEE/OpenEJB
> > >  and Tomcat
> > >
> > > 3. TomEE goal = 'web 6 profile'
> > >
> > >
> > > With that said, I have found success using NetBeans to develop WAR
> that I
> > > can drop into tomee/webapps; that works well for me, since 'web 6
> > profile'
> > > is a goal of TomEE. thanks! :)
> > >
> > > Also, since I listen in on topics/questions/emails on this list, I know
> > > that it is possible to develop EJB JARs and/or EARs and deploy to or
> drop
> > > in tomee/apps (etc...), but I'm on the NetBeans 'side of the world'. :)
> > >
> > > Is there anyone out there having success 'developing' EJB projects,
> that
> > > have OpenEJB/TomEE dependencies, and 'not' using Maven? In the past,
> > prior
> > > to develop JSF web application via NetBeans/Glassfish, I developed EJB
> > > (project) and EAR (application/client) very easily via NetBeans IDE/GUI
> > > (without going back to the basics[3]), and deployed to Glassfish.
> > >
> > > Per my findings last night, it seems though for me to have success on
> > this
> > > side of the world, I will have to go back to the basics[3] and rely on
> > > TomEE's ability to load 'an unpacked JAR'[4].
> > >
> > > I am definitely open to being corrected-or-enlightened here. :)
> > >
> > >
> > > [1]
> > >
> > >
> >
> http://stackoverflow.com/questions/3612239/how-to-setup-a-project-in-netbeans-for-ejb-development-using-openejb
> > >
> > > [2]
> > >
> > >
> >
> http://stackoverflow.com/questions/4304757/how-to-deploy-ejb-3-or-web-application-on-tomcat
> > >
> > > [3] http://openejb.codehaus.org/hello-world.html
> > >
> > > [4] http://tomee.apache.org/deployments.html
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > *SCJA. José Luis Cetina*
> > -------------------------------------------------------------------
> >
>

Re: How to setup a project in Netbeans for EJB development using OpenEJB?

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
José, thanks for the response. Evidently, I need to consider that option. I
hope to use that option one day.

Thanks again,
Howard
 On Mar 4, 2013 3:12 PM, "José Luis Cetina" <ma...@gmail.com> wrote:

> I use netbeans in my ear app (1 ejb module, 5 webapps, 3 jar modules as
> librarys etc...).
>
> The idea is use tomee-maven-plugin, everything works fine for me.
>
> Why dont consider maven??
>
>
> 2013/3/4 Howard W. Smith, Jr. <sm...@gmail.com>
>
> > I would like to echo this question[1] here; also, the same is asked for
> > tomcat[2]. Response seems to be the same for tomee (and tomcat).
> >
> > After some research via google last night, I did see the following:
> >
> > 1. not much or 'no demand' for a seamless way of developing EJB project
> in
> > NetBeans, to be deployed to TomEE/OpenEJB :(
> >
> > 2. it is a bit painful to develop EJB project in NetBeans for
> TomEE/OpenEJB
> >  and Tomcat
> >
> > 3. TomEE goal = 'web 6 profile'
> >
> >
> > With that said, I have found success using NetBeans to develop WAR that I
> > can drop into tomee/webapps; that works well for me, since 'web 6
> profile'
> > is a goal of TomEE. thanks! :)
> >
> > Also, since I listen in on topics/questions/emails on this list, I know
> > that it is possible to develop EJB JARs and/or EARs and deploy to or drop
> > in tomee/apps (etc...), but I'm on the NetBeans 'side of the world'. :)
> >
> > Is there anyone out there having success 'developing' EJB projects, that
> > have OpenEJB/TomEE dependencies, and 'not' using Maven? In the past,
> prior
> > to develop JSF web application via NetBeans/Glassfish, I developed EJB
> > (project) and EAR (application/client) very easily via NetBeans IDE/GUI
> > (without going back to the basics[3]), and deployed to Glassfish.
> >
> > Per my findings last night, it seems though for me to have success on
> this
> > side of the world, I will have to go back to the basics[3] and rely on
> > TomEE's ability to load 'an unpacked JAR'[4].
> >
> > I am definitely open to being corrected-or-enlightened here. :)
> >
> >
> > [1]
> >
> >
> http://stackoverflow.com/questions/3612239/how-to-setup-a-project-in-netbeans-for-ejb-development-using-openejb
> >
> > [2]
> >
> >
> http://stackoverflow.com/questions/4304757/how-to-deploy-ejb-3-or-web-application-on-tomcat
> >
> > [3] http://openejb.codehaus.org/hello-world.html
> >
> > [4] http://tomee.apache.org/deployments.html
> >
>
>
>
> --
> -------------------------------------------------------------------
> *SCJA. José Luis Cetina*
> -------------------------------------------------------------------
>

Re: How to setup a project in Netbeans for EJB development using OpenEJB?

Posted by José Luis Cetina <ma...@gmail.com>.
I use netbeans in my ear app (1 ejb module, 5 webapps, 3 jar modules as
librarys etc...).

The idea is use tomee-maven-plugin, everything works fine for me.

Why dont consider maven??


2013/3/4 Howard W. Smith, Jr. <sm...@gmail.com>

> I would like to echo this question[1] here; also, the same is asked for
> tomcat[2]. Response seems to be the same for tomee (and tomcat).
>
> After some research via google last night, I did see the following:
>
> 1. not much or 'no demand' for a seamless way of developing EJB project in
> NetBeans, to be deployed to TomEE/OpenEJB :(
>
> 2. it is a bit painful to develop EJB project in NetBeans for TomEE/OpenEJB
>  and Tomcat
>
> 3. TomEE goal = 'web 6 profile'
>
>
> With that said, I have found success using NetBeans to develop WAR that I
> can drop into tomee/webapps; that works well for me, since 'web 6 profile'
> is a goal of TomEE. thanks! :)
>
> Also, since I listen in on topics/questions/emails on this list, I know
> that it is possible to develop EJB JARs and/or EARs and deploy to or drop
> in tomee/apps (etc...), but I'm on the NetBeans 'side of the world'. :)
>
> Is there anyone out there having success 'developing' EJB projects, that
> have OpenEJB/TomEE dependencies, and 'not' using Maven? In the past, prior
> to develop JSF web application via NetBeans/Glassfish, I developed EJB
> (project) and EAR (application/client) very easily via NetBeans IDE/GUI
> (without going back to the basics[3]), and deployed to Glassfish.
>
> Per my findings last night, it seems though for me to have success on this
> side of the world, I will have to go back to the basics[3] and rely on
> TomEE's ability to load 'an unpacked JAR'[4].
>
> I am definitely open to being corrected-or-enlightened here. :)
>
>
> [1]
>
> http://stackoverflow.com/questions/3612239/how-to-setup-a-project-in-netbeans-for-ejb-development-using-openejb
>
> [2]
>
> http://stackoverflow.com/questions/4304757/how-to-deploy-ejb-3-or-web-application-on-tomcat
>
> [3] http://openejb.codehaus.org/hello-world.html
>
> [4] http://tomee.apache.org/deployments.html
>



-- 
-------------------------------------------------------------------
*SCJA. José Luis Cetina*
-------------------------------------------------------------------