I split mine into several components

Ih-db  - the hibernate domain classes
Ih-api - all of the business logic, depends on ih-db
Web - the web site, including all of the tapestry stuff, depends on ih-api
Utility1..UtilityN - command line programs that do things the system needs, 
these all depend on ih-api

I build it all w/ a multi-project gradle build.  Works very nicely.

> -----Original Message-----
> From: Robert Hailey [mailto:rhai...@allogy.com]
> Sent: Friday, October 11, 2013 4:29 PM
> To: Tapestry users
> Subject: Re: Pro / Contra: Splitting The Project
>
>
> The way it usually goes is a three-way split... A & B (the logical split), 
> and C
> (which A & B both depend on).
>
> --
> Robert Hailey
>
>
> On 2013/10/11 (Oct), at 2:44 PM, Jon Williams wrote:
>
> > yes i do that.
> > pretty standard i think.
> >
> > Cheers
> > Jon
> >
> >
> > On Fri, Oct 11, 2013 at 1:30 PM, Martin Kersten
> <martin.kersten...@gmail.com
> >> wrote:
> >
> >> Hi,
> >>
> >>   I am sitting in front of 1.5 MB of sources and I think about splitting
> >> the project in half. One for the services + entities + utilities the rest
> >> for the web fun.
> >>
> >> It would also allow to test the core only with unit test and barely with
> >> integration tests. Where the web part might be all about integration +
> >> acceptance testing.
> >>
> >> But I am in doubt. the only gain I would have is half the packages at once,
> >> and some separation and shift in thinking.
> >>
> >> Does anyone split projects in core vs web? What is the point in doing so
> >> and why not?
> >>
> >>
> >> Cheers,
> >>
> >> Martin (Kersten),
> >> Köthen
> >>


Since 1982, Starpoint Solutions has been a trusted source of human capital and 
solutions. We are committed to our clients, employees, environment, community 
and social concerns.  We foster an inclusive culture based on trust, respect, 
honesty and solid performance. Learn more about Starpoint and our social 
responsibility at http://www.starpoint.com/social_responsibility

This email message from Starpoint Solutions LLC is for the sole use of  the 
intended recipient(s) and may contain confidential and privileged  information. 
 Any unauthorized review, use, disclosure or distribution is prohibited.  If 
you are not the intended recipient, please contact the sender by reply email 
and destroy all copies of the original message.  Opinions, conclusions and 
other information in this message that do not relate to the official business 
of Starpoint Solutions shall be understood as neither given nor endorsed by it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to