openejb examples

2012-07-25 Thread Romain Manni-Bucau
Hi, we currently have some examples in a subfolder of examples directory - i think of webapps shouldn't we make it flat in our svn? in fact there are 2 choices IMO: 1) make it flat (mv webapps/* .) 2) create 2 children to examples (and move all examples in the good child): openejb and tomee I

Re: openejb examples

2012-07-25 Thread Jean-Louis MONTEIRO
Sorry Romain, can't get the point. In a standard Maven structure, there is commonly a hierarchy of project. If we have webapp example, that seems pretty fine to me to have a parent module containing sub modules. Anyway, could you give more details about your thoughts? Jean-Louis 2012/7/25

Re: openejb examples

2012-07-25 Thread Romain Manni-Bucau
ok, just search an example like a user, with the number of sample we have you'll skip webapps folder and by the way skip interesting examples. The other possibility is the opposite: you see a webapps folder so you expect all tomee sample in this one well in all case nothing is consistent. I

Plugin mechanism

2012-07-25 Thread Jean-Louis MONTEIRO
Hi devs, Was wondering if we could manage kinda plugin mechanism in a simple way. I mean, a way to add a resource, to ass the ssh extension or the provisioning one, without having to push/extract a set of jars in the catalina.home/lib (ie. in the same place where we also put our TomEE jars). The

Re: Call for Papers for ApacheCon Europe 2012 now open!

2012-07-25 Thread David Blevins
It'd be great to see 3 or 4 submissions for TomEE and some of the more interesting features we have. I'd love to attend a KarafEE talk! It'd be great to have a general TomEE talk and then some talks specific to various features. I think it would be great to also have dual focused talks:

Re: openejb examples

2012-07-25 Thread David Blevins
Flat would be nice. Agreed that layout is a little crufty. -David On Jul 25, 2012, at 12:08 AM, Romain Manni-Bucau wrote: Hi, we currently have some examples in a subfolder of examples directory - i think of webapps shouldn't we make it flat in our svn? in fact there are 2 choices

Re: Plugin mechanism

2012-07-25 Thread David Blevins
Note that moving libraries out of the lib/ directory breaks most of the Tomcat based tools like Eclipse WTP. We could do it, but there'd be some sacrificing of our Tomcat nature involved. -David On Jul 25, 2012, at 6:27 AM, Jean-Louis MONTEIRO wrote: Hi devs, Was wondering if we could

Re: Plugin mechanism

2012-07-25 Thread Romain Manni-Bucau
another solution is to provide with our lib/ (provisioning, ssh) scripts (or sthg storable) to add/remove additional libs. - Romain 2012/7/25 David Blevins david.blev...@gmail.com Note that moving libraries out of the lib/ directory breaks most of the Tomcat based tools like Eclipse WTP.