The Plan:
bring over the sourcecode under the namespace:
org.jboss.calendar

what I got:
- I have 2 webapps with Struts(All config namespaces will have to change)
    - One WebUI, ICalendar generation.
    - One admin ui, to add users to JDBC realms.(optional)
- 1 ejb jar with XDoclet.
- 2 jar, hibernate generated source.
     - One for the core.
     - One for JDBC Realm.(optional)
- 1 jmx jar.

So that would create src/org/jboss/calendar:
- calendarbeans
- calendarweb
- calendarejb
- realmweb(phase2)
- realmbeans(phase2)

than maybe and etc/(dir) with the same disrectories:
- calendarbeans(for mapping file)
- calendarweb(jsp,config, ..)
- calendarejb(nothing yet)
OR user src/web
- calendarbeans
- calendarweb
- calendarejb

 I looked through your build file. In addition to source code, I will change the 
current
 build:
 - Add Xdoclet.
 - Add Hibernate source generation.
 - Add Hibernate SQL generation.
 - Add libs for Struts,Hibernate,FreeMarker (notification templates)
 - Add build/gen/(module) for the generated stuff.

The other option is to rename my stuff, put it into jboss-calendar, leave my build 
intact, generate jars that can go under lib in jboss-mail. Or someting along these 
lines. It is less work and less cohesive but simple.

Any objections, suggestions, advise?

I try to finish up my release, feature complete this week or next, then start 
migrating, repackaging. I would like to get feedback in the begining rather than at 
the end :)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829305#3829305

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829305


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to