Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » jboss plugin
jboss plugin [message #40916] Wed, 28 April 2004 22:46 Go to next message
Eclipse UserFriend
Originally posted by: sg.media-style.removeme.com

Call for contributions.

Hi,


after bombing this news group and some mailing list with a lot of
question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.

I had serializing my code to the cvs of jstaff.sf.net, it's still a
moving target and a lot to do but the concept is working.
I would be happy if someone would be interested to join the project to
contribute ideas, knowledge and code. Its open source. :-)


Thanks for the help so far to Ted Stockwell for sample code and Pascal
Rapicault for some pointers.

Greetings
Stefan
Re: jboss plugin [message #40947 is a reply to message #40916] Thu, 29 April 2004 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jm.nospam.steranka.com

In article <c6pbrd$d1i$1@eclipse.org>, sg@media-style.removeme.com says...
> after bombing this news group and some mailing list with a lot of
> question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.
> Thanks for the help so far to Ted Stockwell for sample code and Pascal
> Rapicault for some pointers.

Can you please post what you did to get JBoss 3.2.3 running under Eclipse 3.0M8?
It's something that I also want to do, but haven't gotten around to it yet.
If you know of any pitfalls or how to make it work, I'd love to read them
and avoid the pitfalls.

Thanks, in advance,
Patrick Steranka
Re: jboss plugin [message #40978 is a reply to message #40947] Thu, 29 April 2004 17:57 Go to previous messageGo to next message
Tom Crosman is currently offline Tom CrosmanFriend
Messages: 70
Registered: July 2009
Member
Why not just use JBoss-IDE? It already is a plugin. Lets you
configure severs, start stop and deploy, etc.

On Thu, 29 Apr 2004 09:12:51 -0400, Patrick Steranka
<jm@nospam.steranka.com> wrote:

>In article <c6pbrd$d1i$1@eclipse.org>, sg@media-style.removeme.com says...
>> after bombing this news group and some mailing list with a lot of
>> question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.
>> Thanks for the help so far to Ted Stockwell for sample code and Pascal
>> Rapicault for some pointers.
>
>Can you please post what you did to get JBoss 3.2.3 running under Eclipse 3.0M8?
>It's something that I also want to do, but haven't gotten around to it yet.
>If you know of any pitfalls or how to make it work, I'd love to read them
>and avoid the pitfalls.
>
>Thanks, in advance,
>Patrick Steranka
Re: jboss plugin [message #41009 is a reply to message #40978] Fri, 30 April 2004 12:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sg.removeme.media-style.com

Well, i was involved in the jboss ide development. The jboss ide starts
jboss as an external application
in a seperate vm but in debugging mode. See launching applications in
eclipse documentation.
So eclipse and jboss run not in the same vm.

The jstaff plugin run jboss and eclipse in the same vm.
Stefan

Tom wrote:

> Why not just use JBoss-IDE? It already is a plugin. Lets you
> configure severs, start stop and deploy, etc.

> On Thu, 29 Apr 2004 09:12:51 -0400, Patrick Steranka
> <jm@nospam.steranka.com> wrote:

> >In article <c6pbrd$d1i$1@eclipse.org>, sg@media-style.removeme.com says...
> >> after bombing this news group and some mailing list with a lot of
> >> question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.
> >> Thanks for the help so far to Ted Stockwell for sample code and Pascal
> >> Rapicault for some pointers.
> >
> >Can you please post what you did to get JBoss 3.2.3 running under Eclipse
3.0M8?
> >It's something that I also want to do, but haven't gotten around to it yet.
> >If you know of any pitfalls or how to make it work, I'd love to read them
> >and avoid the pitfalls.
> >
> >Thanks, in advance,
> >Patrick Steranka
Re: jboss plugin [message #41040 is a reply to message #40947] Fri, 30 April 2004 12:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sg.removeme.media-style.com

it is open source,
actually the code is broken but you can download the code from the cvs.
http://sf.net/projects/jstaff

HTH
Stefan

Patrick Steranka wrote:

> In article <c6pbrd$d1i$1@eclipse.org>, sg@media-style.removeme.com says...
> > after bombing this news group and some mailing list with a lot of
> > question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.
> > Thanks for the help so far to Ted Stockwell for sample code and Pascal
> > Rapicault for some pointers.

> Can you please post what you did to get JBoss 3.2.3 running under Eclipse
3.0M8?
> It's something that I also want to do, but haven't gotten around to it yet.
> If you know of any pitfalls or how to make it work, I'd love to read them
> and avoid the pitfalls.

> Thanks, in advance,
> Patrick Steranka
Re: jboss plugin [message #41102 is a reply to message #41009] Fri, 30 April 2004 16:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

Stefan Groschupf wrote:
> Well, i was involved in the jboss ide development. The jboss ide starts
> jboss as an external application
> in a seperate vm but in debugging mode. See launching applications in
> eclipse documentation.
> So eclipse and jboss run not in the same vm.
>
> The jstaff plugin run jboss and eclipse in the same vm.

Stefan, can you give compare jbos ide and jstaff more in details?

--
10x,
Sam Mesh - http://openrules.com
Re: jboss plugin [message #41134 is a reply to message #41102] Fri, 30 April 2004 18:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sg.media-style.removeme.com

> Stefan, can you give compare jbos ide and jstaff more in details?
What you wish to know excatly?
let me tried it with two sentence.
The jboss ide is an tool that helps you writing and debugging ejb
applications for jboss. The jstaff plugin is a tool that allow you to
writing j2ee Gui's by connecting a internal jboss plugin to a jboss
cluster and so call ejbs in your cluster as they would be in a local vm
similar you do web ui's inside a application server.

Make that any sense to you?

Stefan
Re: jboss plugin [message #41163 is a reply to message #41134] Fri, 30 April 2004 22:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

Stefan Groschupf wrote:

>
>> Stefan, can you give compare jbos ide and jstaff more in details?
>
>
> What you wish to know excatly?
> let me tried it with two sentence.
> The jboss ide is an tool that helps you writing and debugging ejb
applications for jboss. The jstaff plugin is a tool that allow you to
writing j2ee Gui's by connecting a internal jboss plugin to a jboss
cluster and so call ejbs in your cluster as they would be in a local vm
similar you do web ui's inside a application server.
>
> Make that any sense to you?


Use *live ejbs* in design time aka Java beans in UI designer? Cool :)

--
Sam Mesh - http://openrules.com
Re: jboss plugin [message #41837 is a reply to message #41009] Tue, 04 May 2004 14:09 Go to previous message
Eclipse UserFriend
Originally posted by: jm.nospam.steranka.com

Thanks for the info on jstaff plugin.
I'll try both plugins out (jstaff and jboss-ide)
Patrick Steranka

In article <c6tf69$psr$1@eclipse.org>, sg@removeme.media-style.com says...
> Well, i was involved in the jboss ide development. The jboss ide starts
> jboss as an external application
> in a seperate vm but in debugging mode. See launching applications in
> eclipse documentation.
> So eclipse and jboss run not in the same vm.
>
> The jstaff plugin run jboss and eclipse in the same vm.
> Stefan
>
> Tom wrote:
>
> > Why not just use JBoss-IDE? It already is a plugin. Lets you
> > configure severs, start stop and deploy, etc.
>
> > On Thu, 29 Apr 2004 09:12:51 -0400, Patrick Steranka
> > <jm@nospam.steranka.com> wrote:
>
> > >In article <c6pbrd$d1i$1@eclipse.org>, sg@media-style.removeme.com says...
> > >> after bombing this news group and some mailing list with a lot of
> > >> question finally I got jboss 3.2.3 running as eclipse 3 m8 plugin.
> > >> Thanks for the help so far to Ted Stockwell for sample code and Pascal
> > >> Rapicault for some pointers.
> > >
> > >Can you please post what you did to get JBoss 3.2.3 running under Eclipse
> 3.0M8?
> > >It's something that I also want to do, but haven't gotten around to it yet.
> > >If you know of any pitfalls or how to make it work, I'd love to read them
> > >and avoid the pitfalls.
> > >
> > >Thanks, in advance,
> > >Patrick Steranka
>
>
Previous Topic:Running the Equinox Runtime standalone with the defaultAdaptor
Next Topic:[classloading] dynamic import / class cast exception
Goto Forum:
  


Current Time: Fri Apr 26 10:26:38 GMT 2024

Powered by FUDForum. Page generated in 0.03274 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top