Re: Newbie: Can WebObjects be used with any other dev environments?
Re: Newbie: Can WebObjects be used with any other dev environments?
- Subject: Re: Newbie: Can WebObjects be used with any other dev environments?
- From: Jonathan Rochkind <email@hidden>
- Date: Mon, 28 Apr 2003 14:19:18 -0500
You can deploy WO in a J2EE Servlet container, but with some
difficulty. From reports from the list, it seems there are potentially
some bugs and mis-designs with it too. (For instance, normally you load
balance in WO with multiple instances, but the J2EE Servlet architecture
isn't amenable to this, so you need to make your app handle requests
concurrently for good load balancing, and this is something that's a pain
to do---and from some reports).
But I havne't tried it myself. It's something I would try very hard to
avoid, myself, but maybe there are some on the list who have tried it and
had no problems, maybe my concerns are overblown.
But it's definitely SUPOSSED to work, according to Apple's documentation. See:
http://developer.apple.com/techpubs/webobjects/WhatsNew/WhatsNew/chapter_1_section_3.html
--Jonathan
At 01:32 PM 4/28/2003 -0500, Joel Kosloski wrote:
Hi All,
I am trying to figure out if the WebObjects framework can be used
inside any other development environments other than Apples. We have a
client that wants to standardized on a J2EE framework and it must be
cross platform and a user must be able to develop a solution in the
environment of their choice.
Thanks,
Joel
_______________________________________________
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.
_______________________________________________
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.