Re: Starting with WebObjects
Re: Starting with WebObjects
- Subject: Re: Starting with WebObjects
- From: Dov Rosenberg <email@hidden>
- Date: Mon, 10 May 2004 09:04:04 -0400
Unless you want to muddle your way thru Struts, WebObjects makes servlet and
JSP development very easy. For example, using Struts you need to define
separate action classes for each form you want to process, create beans to
move data between the JSP page and the Struts framework, create/update an
XML deployment descriptor that tells Struts which action goes with which
form and then use JDBC type of calls to process and do something meaningful
with your data.
With WebObjects, you can create a WOComponent that processes your data using
EOF and embed that component into your JSP page and be done with it. You get
server side form handling, database connection pooling, don't need any
deployment descriptors, and the best object relational modeling framework
available.
After using WO to develop JSP/servlets, I don't think I could go back to
doing it the "manual" method - even using Struts.
--
Dov Rosenberg
Conviveon Corporation
http://www.conviveon.com
On 5/10/04 12:25 AM, "Chuck Hill" <email@hidden> wrote:
> First off using WebObjects to deploy a JSP/servlets apps seems like exactly
> the wrong approach. The worst thing about WebObjects is the buggy deployment.
>
> As for a Windows demo version, send your request to email@hidden,
> and you'll be sent a CD. Included will be a license key which has already
> expired; you'll need to download a newer temporary key from
> connect.apple.com. This key can be renewed every two months.
>
> Chuck
>
>
> At 05:08 PM 04/05/2004 -0300, Fabio Oliveira Della Santina wrote:
>> Hi,
>>
>> I'm starting in a project using WebObjects to deploy Web Applications
>> using JSP and servlets.
>> I've got the WebObjects 5.2 Developer for MacOS X. This package is
>> enough to test my application ?
>> Is it possible to test my application in Windows environment ? If yes,
>> what package I need ? Exists a free developer version to do that ?
>>
>> Thanks in advance.
>> _______________________________________________
>> 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.
>>
>>
>
> --
>
> Chuck Hill email@hidden
> Global Village Consulting Inc. http://www.global-village.net
> _______________________________________________
> 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.