Re: How Big can WO apps get?
Re: How Big can WO apps get?
- Subject: Re: How Big can WO apps get?
- From: Ben Ketteridge <email@hidden>
- Date: Fri, 18 Jun 2004 09:24:33 +0100
Calven Eggert wrote:
Just curious...How many components do you have in your applications? Any
issues to deal with as your application gets bigger?
My currently largest application has 57 components using a framework with 30
components.
Our application only has 5 components in the Application itself, but uses 697
spread over 16 frameworks, one of which contains the EOModel with 540 entities
(as we use the generation gap pattern, this means most entities then have two
java files - one autogenerated by eomodeler, one containing business code).
As your frameworks get bigger, the build will eventually fail (on Windows at
least), once the 'jar' command gets larger than about 16k characters long.
However, performance (for example) does not appear to be compromised. :)
Consequently, you have to break frameworks up into smaller pieces. Our largest
(the model framework) has 800 java files - thanks to the generation gap pattern.
Obviously, YMMV.
--
Regards
Dr Ben Ketteridge
Team Leader
Ext. 228
email@hidden
ProAct International Ltd
P.O Box 100
Denbigh
LL16 5BQ
Tel: +44 (0) 1745 816315
Fax +44 (0) 1745 815096
Web site: www.proact.net
email@hidden
DISCLAIMER
Information contained in this email is intended for the use of the
addressee only, and is private and confidential. Any dissemination,
distribution, copying or use of this communication without prior
permission of the addressee is therefore strictly prohibited and
may constitute a breach of civil or criminal law. If you are not
the intended recipient, please notify us by replying to the
original sender.
While every reasonable precaution to minimise software virus
infection has been taken, we cannot accept liability for any damage
which you may sustain as a result of software viruses. You should
ensure you carry out your own virus checks before opening any
attachments
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.