RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-13 Thread Jonathan . O'Connor

Ah, that's easy. Just add a step in your ant build script to copy the generated Jar/Ear/War files to your deploy directory.
If you are compiling on one machine and running JBoss on another, you should probably copy the files to a directory on the deploy machine, and then move them to the deploy directory.
This avoids problems hot-deploying and JBoss only finding half of the file to deploy.
Ciao,
Jonathan O'Connor
Ph: +353 1 872 3305
Mob: +353 86 824 9736
Fax: +353 1 873 3612






Michael Mattox [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12.08.2002 13:42
Please respond to jboss-user


To:[EMAIL PROTECTED]
cc:
Subject:RE : [JBoss-user] Directory structure for using Jboss with Eclipse


What I'm wanting to do is have eclipse compile the files to a place where JBoss will be looking for them, so they will be deployed automatically. This is how people say they use the hotswapping debugging features but I have no idea how this is actually set up. I'm trying to make the switch from JBuilder to Eclipse.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jonathan.O'[EMAIL PROTECTED]
Sent: Monday, August 12, 2002 12:59 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Directory structure for using Jboss with Eclipse


Michael, 
I'm not sure if I can help, but here's what we do with JBoss and Eclipse. 
We have our own ANT build script which can run outside of all IDEs. We set up an external run command to run this script for a full build. 
It has its own dirctory structure with build directories for any generated files including XDOCLET generated code. 

We point the eclipse project settings to our source directory and the src-gen directory created by our build script. 
When we do a full build, Eclipse will recompile all sources into its own build directory, and all those errors and warnings are generated at the point. 

I don't bother with EASIE JBoss plug in, but I don't think that's relevant to your question.
Ciao,
Jonathan O'Connor
Ph: +353 1 872 3305
Mob: +353 86 824 9736
Fax: +353 1 873 3612



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Jonathan . O'Connor

Michael,
I'm not sure if I can help, but here's what we do with JBoss and Eclipse.
We have our own ANT build script which can run outside of all IDEs. We set up an external run command to run this script for a full build.
It has its own dirctory structure with build directories for any generated files including XDOCLET generated code.

We point the eclipse project settings to our source directory and the src-gen directory created by our build script.
When we do a full build, Eclipse will recompile all sources into its own build directory, and all those errors and warnings are generated at the point.

I don't bother with EASIE JBoss plug in, but I don't think that's relevant to your question.
Ciao,
Jonathan O'Connor
Ph: +353 1 872 3305
Mob: +353 86 824 9736
Fax: +353 1 873 3612

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann

hi all,

is anybody on the way or simply interested in having eclipse running
inside the jboss as an mbean ?

thanks
bax
- Original Message -
From: Michael Mattox [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 12, 2002 12:00 PM
Subject: [JBoss-user] Directory structure for using Jboss with Eclipse


 I installed the EASIE Jboss plugin for Eclipse and that is working
 properly (I can start and stop Jboss with the menu).  Now I'm having
 trouble configuring my project for Jboss.  I'm not sure how to
organize
 the directory structure.  If someone using Jboss with Eclipse can tell
 me how they organized their project that would be a great help.

 Thanks
 Michael



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
Title: Message



What 
I'm wanting to do is have eclipse compile the files to a place where JBoss will 
be looking for them, so they will be deployed automatically. This is how 
people say they use the hotswapping debugging features but I have no idea how 
this is actually set up. I'm trying to make the switch from JBuilder to 
Eclipse.



  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of 
  Jonathan.O'[EMAIL PROTECTED]Sent: Monday, August 12, 2002 12:59 
  PMTo: [EMAIL PROTECTED]Subject: Re: 
  [JBoss-user] Directory structure for using Jboss with 
  EclipseMichael, 
  I'm not sure if I can help, but here's what 
  we do with JBoss and Eclipse. We have 
  our own ANT build script which can run outside of all IDEs. We set up an 
  external run command to run this script for a full build. It has its own dirctory structure with build 
  directories for any generated files including XDOCLET generated code. 
  We point the eclipse project settings to 
  our source directory and the src-gen directory created by our build 
  script. When we do a full build, 
  Eclipse will recompile all sources into its own build directory, and all those 
  errors and warnings are generated at the point. I don't bother with EASIE JBoss plug in, but I don't 
  think that's relevant to your question.Ciao,Jonathan O'ConnorPh: 
  +353 1 872 3305Mob: +353 86 824 9736Fax: +353 1 873 
3612


RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz

bax,

  I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?

  - Matt

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Holger
Baxmann
Sent: Monday, August 12, 2002 8:26 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Directory structure for using Jboss with
Eclipse


hi all,

is anybody on the way or simply interested in having eclipse running
inside the jboss as an mbean ?

thanks
bax
- Original Message -
From: Michael Mattox [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 12, 2002 12:00 PM
Subject: [JBoss-user] Directory structure for using Jboss with Eclipse


 I installed the EASIE Jboss plugin for Eclipse and that is working
 properly (I can start and stop Jboss with the menu).  Now I'm having
 trouble configuring my project for Jboss.  I'm not sure how to
organize
 the directory structure.  If someone using Jboss with Eclipse can tell
 me how they organized their project that would be a great help.

 Thanks
 Michael



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann

if we have eclipse as an mbean then we will have the ucl above the whole
eclipse infrastructure, the whole webos jmx infrasturcture [and not the
ugly win's, X's with their ugly filesystems] as a support for the
eclipse and all the plugins, jndi federated namespaces - and last, but
not least: a frontend framework _inside_ the webos :)

just doing that

bax
- Original Message -
From: Matt Munz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 12, 2002 4:49 PM
Subject: RE: [JBoss-user] Directory structure for using Jboss with
Eclipse


 bax,

   I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?

   - Matt

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
 Baxmann
 Sent: Monday, August 12, 2002 8:26 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] Directory structure for using Jboss with
 Eclipse


 hi all,

 is anybody on the way or simply interested in having eclipse running
 inside the jboss as an mbean ?

 thanks
 bax
 - Original Message -
 From: Michael Mattox [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 12:00 PM
 Subject: [JBoss-user] Directory structure for using Jboss with Eclipse


  I installed the EASIE Jboss plugin for Eclipse and that is working
  properly (I can start and stop Jboss with the menu).  Now I'm having
  trouble configuring my project for Jboss.  I'm not sure how to
 organize
  the directory structure.  If someone using Jboss with Eclipse can
tell
  me how they organized their project that would be a great help.
 
  Thanks
  Michael
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user


 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Greg Turner

Holger,

I am very interested in unusual uses for JBoss, so please do keep us
informed of your progress on this project.  I think you have a good concept.

Holger Baxmann wrote:

 if we have eclipse as an mbean then we will have the ucl above the whole
 eclipse infrastructure, the whole webos jmx infrasturcture [and not the
 ugly win's, X's with their ugly filesystems] as a support for the
 eclipse and all the plugins, jndi federated namespaces - and last, but
 not least: a frontend framework _inside_ the webos :)

 just doing that

 bax
 - Original Message -
 From: Matt Munz [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 4:49 PM
 Subject: RE: [JBoss-user] Directory structure for using Jboss with
 Eclipse

  bax,
 
I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?
 
- Matt
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
  Baxmann
  Sent: Monday, August 12, 2002 8:26 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [JBoss-user] Directory structure for using Jboss with
  Eclipse
 
 
  hi all,
 
  is anybody on the way or simply interested in having eclipse running
  inside the jboss as an mbean ?
 
  thanks
  bax
  - Original Message -
  From: Michael Mattox [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 12, 2002 12:00 PM
  Subject: [JBoss-user] Directory structure for using Jboss with Eclipse
 
 
   I installed the EASIE Jboss plugin for Eclipse and that is working
   properly (I can start and stop Jboss with the menu).  Now I'm having
   trouble configuring my project for Jboss.  I'm not sure how to
  organize
   the directory structure.  If someone using Jboss with Eclipse can
 tell
   me how they organized their project that would be a great help.
  
   Thanks
   Michael
  
  
  
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf
   ___
   JBoss-user mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user

 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user

--
Greg Turner, JBoss Authorized Consultant

Tiburon Enterprise Systems
http://www.tiburon-e-systems.com
Box 1171
Tiburon, CA 94920
415-332-3363




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Francisco Andrades

Hi, for development I use uncompressed wars inside the server/default/deploy
directory. Any servlet/JSP/EJB should run exactly the same in JBoss within
eclipse as it runs outside.

Francisco Andrades
www.NextJ.com

 - Original Message -
 From: Michael Mattox [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 12:00 PM
 Subject: [JBoss-user] Directory structure for using Jboss with Eclipse


  I installed the EASIE Jboss plugin for Eclipse and that is working
  properly (I can start and stop Jboss with the menu).  Now I'm having
  trouble configuring my project for Jboss.  I'm not sure how to
 organize
  the directory structure.  If someone using Jboss with Eclipse can tell
  me how they organized their project that would be a great help.
 
  Thanks
  Michael
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user


 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Marius Kotsbak

I'm using eclipse developing EJBs for jboss without problems. Just do it
as in whatever other IDE, using a src-directory.

Debugging EJBs is also no problem with the EASIE-plugin. Just set the
breakpoints on in the code,that is compiled (with ant) and deployed on
the jboss you have specified to EASIE, and then run your beans, and it
stops on the breakpoints.

On Mon, 2002-08-12 at 17:03, Holger Baxmann wrote:
 if we have eclipse as an mbean then we will have the ucl above the whole
 eclipse infrastructure, the whole webos jmx infrasturcture [and not the
 ugly win's, X's with their ugly filesystems] as a support for the
 eclipse and all the plugins, jndi federated namespaces - and last, but
 not least: a frontend framework _inside_ the webos :)
 
 just doing that
 
 bax
 - Original Message -
 From: Matt Munz [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 4:49 PM
 Subject: RE: [JBoss-user] Directory structure for using Jboss with
 Eclipse
 
 
  bax,
 
I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?
 
- Matt
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
  Baxmann
  Sent: Monday, August 12, 2002 8:26 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [JBoss-user] Directory structure for using Jboss with
  Eclipse
 
 
  hi all,
 
  is anybody on the way or simply interested in having eclipse running
  inside the jboss as an mbean ?
 
  thanks
  bax
  - Original Message -
  From: Michael Mattox [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 12, 2002 12:00 PM
  Subject: [JBoss-user] Directory structure for using Jboss with Eclipse
 
 
   I installed the EASIE Jboss plugin for Eclipse and that is working
   properly (I can start and stop Jboss with the menu).  Now I'm having
   trouble configuring my project for Jboss.  I'm not sure how to
  organize
   the directory structure.  If someone using Jboss with Eclipse can
 tell
   me how they organized their project that would be a great help.
  
   Thanks
   Michael
  
  
  
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf
   ___
   JBoss-user mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
-- 
Marius Kotsbak
Boost Communications A/S
Trondheim, Norway



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann

hi greg,

thank you for the flowers [do not know if it has the same meaning in
english, ask dr. jung for details :].

i'll keep the community infomed - we have an actually project that needs
exactly this ...

... but only in conjunction with a mature security and identity
infrastructure - especially the anonymous identity.

bax
- Original Message -
From: Greg Turner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 12, 2002 5:27 PM
Subject: Re: [JBoss-user] Directory structure for using Jboss with
Eclipse


 Holger,

 I am very interested in unusual uses for JBoss, so please do keep us
 informed of your progress on this project.  I think you have a good
concept.

 Holger Baxmann wrote:

  if we have eclipse as an mbean then we will have the ucl above the
whole
  eclipse infrastructure, the whole webos jmx infrasturcture [and not
the
  ugly win's, X's with their ugly filesystems] as a support for the
  eclipse and all the plugins, jndi federated namespaces - and last,
but
  not least: a frontend framework _inside_ the webos :)
 
  just doing that
 
  bax
  - Original Message -
  From: Matt Munz [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 12, 2002 4:49 PM
  Subject: RE: [JBoss-user] Directory structure for using Jboss with
  Eclipse
 
   bax,
  
 I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?
  
 - Matt
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
   Baxmann
   Sent: Monday, August 12, 2002 8:26 AM
   To: [EMAIL PROTECTED]
   Subject: Re: [JBoss-user] Directory structure for using Jboss with
   Eclipse
  
  
   hi all,
  
   is anybody on the way or simply interested in having eclipse
running
   inside the jboss as an mbean ?
  
   thanks
   bax
   - Original Message -
   From: Michael Mattox [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, August 12, 2002 12:00 PM
   Subject: [JBoss-user] Directory structure for using Jboss with
Eclipse
  
  
I installed the EASIE Jboss plugin for Eclipse and that is
working
properly (I can start and stop Jboss with the menu).  Now I'm
having
trouble configuring my project for Jboss.  I'm not sure how to
   organize
the directory structure.  If someone using Jboss with Eclipse
can
  tell
me how they organized their project that would be a great help.
   
Thanks
Michael
   
   
   
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
  
  
  
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf
   ___
   JBoss-user mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-user
  
  
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf
   ___
   JBoss-user mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-user
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user

 --
 Greg Turner, JBoss Authorized Consultant

 Tiburon Enterprise Systems
 http://www.tiburon-e-systems.com
 Box 1171
 Tiburon, CA 94920
 415-332-3363




 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox

 Hi, for development I use uncompressed wars inside the 
 server/default/deploy directory. Any servlet/JSP/EJB should 
 run exactly the same in JBoss within eclipse as it runs outside.

But how do you partition your code?  Or do you use ANT to deploy?  I'm
hoping to do it without ANT so I can use the hot swapping and debugging.
The problem is EJB code goes into a different directory than servlet
code and the two often overlap!




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz

bax,

Some of the functionality you propose interests me.  Could you clarify the
following?

if we have eclipse as an mbean then we will have the ucl above the whole
eclipse infrastructure,

By this do you mean Universal Class Loader?  What is the main gain in
functionality here?  Is the purpose of this just to reuse code, so that
JBoss and Eclipse use the same classloader object, or is there something
more to this?

 the whole webos jmx infrasturcture [and not the
ugly win's, X's with their ugly filesystems] as a support for the
eclipse and all the plugins,

Are you thinking of reworking Eclipse so that all plugins are MBeans?

jndi federated namespaces - and last, but

Could you elaborate on how this would benefit eclipse?

not least: a frontend framework _inside_ the webos :)

This, I suppose, is the main goal -- I assume for local administration
purposes?

just doing that

You have quite a lot here.  It of course can be compared with an alternate
approach that makes Eclipse a client to JBoss services (say for use as a
management tool using the JMX API, or as an EJB client).

Please excuse my many questions.  As you can tell, I'm interested in both
JBoss and Eclipse, but don't know yet how to use them together in the most
effective way.  Since your suggestion is unusual, I'm interested in fleshing
out some of the details.

  - Matt

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Holger
Baxmann
Sent: Monday, August 12, 2002 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Directory structure for using Jboss with
Eclipse


if we have eclipse as an mbean then we will have the ucl above the whole
eclipse infrastructure, the whole webos jmx infrasturcture [and not the
ugly win's, X's with their ugly filesystems] as a support for the
eclipse and all the plugins, jndi federated namespaces - and last, but
not least: a frontend framework _inside_ the webos :)

just doing that

bax
- Original Message -
From: Matt Munz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 12, 2002 4:49 PM
Subject: RE: [JBoss-user] Directory structure for using Jboss with
Eclipse


 bax,

   I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?

   - Matt

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
 Baxmann
 Sent: Monday, August 12, 2002 8:26 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] Directory structure for using Jboss with
 Eclipse


 hi all,

 is anybody on the way or simply interested in having eclipse running
 inside the jboss as an mbean ?

 thanks
 bax
 - Original Message -
 From: Michael Mattox [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 12:00 PM
 Subject: [JBoss-user] Directory structure for using Jboss with Eclipse


  I installed the EASIE Jboss plugin for Eclipse and that is working
  properly (I can start and stop Jboss with the menu).  Now I'm having
  trouble configuring my project for Jboss.  I'm not sure how to
 organize
  the directory structure.  If someone using Jboss with Eclipse can
tell
  me how they organized their project that would be a great help.
 
  Thanks
  Michael
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  JBoss-user mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-user



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user


 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Igor Fedorenko

Michael Mattox wrote:
  Hi, for development I use uncompressed wars inside the
  server/default/deploy directory. Any servlet/JSP/EJB should run
  exactly the same in JBoss within eclipse as it runs outside.
 
 
  But how do you partition your code?  Or do you use ANT to deploy?
  I'm hoping to do it without ANT so I can use the hot swapping and
  debugging. The problem is EJB code goes into a different directory
  than servlet code and the two often overlap!

Some time ago I wrote eclipse deployer for jboss 3.0 that deploys ejbs 
and required libraries from directroty dructure maintained by eclipse. I 
did not try it with jsps (I do not write them ;-) but it should be 
doable with little effort.

So here is as example eclipse projects structure

required-library
- bin
- src
super-ejb
- bin
- src
   - META-INF

required-library is a plain java project that provides support classes 
used by ejbs, there is nothing special about this project. super-ejb 
is a little bit more interesting. As you can see, it has META-INF 
directory with all necessary deployment descriptors; because META-INF is 
uder source directory eclipse automatically copies this directory to the 
output thus making bin directory look like expanded ejb jar file. 
super-ejb also needs project required-library to compile and run.

Eclipse deployer knows about dependencies between projects and about 
project's required libraries so you can deploy super-ejb and the 
deployer will figure out all its dependencies and deploy them as well.

In fact, if super-ejb did not depend on required-library I could deploy 
it into jboss without any additional effort (well, bin needed to be 
renamed into bin.jar).

-- 
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



---
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann

matt,

my main goal for using jboss.org is _not_ the development of some fancy
(sorry, ejb fans) technology, it is using the fabulous infrastructure of
the jmx implementation in jboss the webos for business applications.

 if we have eclipse as an mbean then we will have the ucl above the
whole
 eclipse infrastructure,

 By this do you mean Universal Class Loader?  What is the main gain in
 functionality here?  Is the purpose of this just to reuse code, so
that
 JBoss and Eclipse use the same classloader object, or is there
something
 more to this?


what i mean here is the _whole_ classloader structure and hierarchies
for the _whole_ application based on ucl, detyped invoker, interceptor
and cl scoping. including for example eclipse and may be weblogic, ok in
the latter case i am just kidding.

  the whole webos jmx infrasturcture [and not the
 ugly win's, X's with their ugly filesystems] as a support for the
 eclipse and all the plugins,

 Are you thinking of reworking Eclipse so that all plugins are MBeans?

never, no.
eclipse has a fairly good api for dealing with perspectives, views and
editors on serval window systems - jboss is a application
infrastructure. i would not recommend street with leather surface, even
if i like it on the backseat of my cadillac. jboss and eclipse - not
istead of.
i will use the hot deployment of eclipse [at first the minimalistic
config], the start-stop-changeconfig-start features and undoubtetly the
message and notification mechs.

 jndi federated namespaces - and last, but

 Could you elaborate on how this would benefit eclipse?

the picture draws from systemmanagement's mib's to dns to ldap and
whatever directory or naming service, for example xml schemata and mof,
to the application dependend hierrarchical datastructures and
proprietary naming service providers. if jboss get it - eclipse will do.

 not least: a frontend framework _inside_ the webos :)

 This, I suppose, is the main goal -- I assume for local administration
 purposes?

the main goal is to abstract from the beneath (most of the time
higgedly-piggedly) working operating system and filesystem, including
sharing of the resources. so you will have less administration, much
more less administrivialities.

 just doing that

seriuosly: some good guys are doing a The JBossAdminGUI at sf.net - i
will port it back from the OS to the WebOS via the sf.net project
moonshadow M$ :-)))

bax

 You have quite a lot here.  It of course can be compared with an
alternate
 approach that makes Eclipse a client to JBoss services (say for use as
a
 management tool using the JMX API, or as an EJB client).

 Please excuse my many questions.  As you can tell, I'm interested in
both
 JBoss and Eclipse, but don't know yet how to use them together in the
most
 effective way.  Since your suggestion is unusual, I'm interested in
fleshing
 out some of the details.

   - Matt

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
 Baxmann
 Sent: Monday, August 12, 2002 11:04 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-user] Directory structure for using Jboss with
 Eclipse


 if we have eclipse as an mbean then we will have the ucl above the
whole
 eclipse infrastructure, the whole webos jmx infrasturcture [and not
the
 ugly win's, X's with their ugly filesystems] as a support for the
 eclipse and all the plugins, jndi federated namespaces - and last, but
 not least: a frontend framework _inside_ the webos :)

 just doing that

 bax
 - Original Message -
 From: Matt Munz [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 12, 2002 4:49 PM
 Subject: RE: [JBoss-user] Directory structure for using Jboss with
 Eclipse


  bax,
 
I'm curious.  How do you plan to use Eclipse-embedded-in-jboss?
 
- Matt
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Holger
  Baxmann
  Sent: Monday, August 12, 2002 8:26 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [JBoss-user] Directory structure for using Jboss with
  Eclipse
 
 
  hi all,
 
  is anybody on the way or simply interested in having eclipse running
  inside the jboss as an mbean ?
 
  thanks
  bax
  - Original Message -
  From: Michael Mattox [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 12, 2002 12:00 PM
  Subject: [JBoss-user] Directory structure for using Jboss with
Eclipse
 
 
   I installed the EASIE Jboss plugin for Eclipse and that is working
   properly (I can start and stop Jboss with the menu).  Now I'm
having
   trouble configuring my project for Jboss.  I'm not sure how to
  organize
   the directory structure.  If someone using Jboss with Eclipse can
 tell
   me how they organized their project that would be a great help.
  
   Thanks
   Michael
  
  
  
   ---
   This sf.net email is sponsored by:ThinkGeek
   Welcome to geek heaven.
   http://thinkgeek.com/sf