Thread: RE: [Webwork-devel] Release - thoughts and issues
Brought to you by:
baldree,
rickardoberg
From: Kjetil P. <kje...@mo...> - 2002-02-04 07:48:54
|
> What would this mean, concretely? I mean, webwork.jar is=20 > already created=20 > as a separate jar file. Do you want two deployable .ear files? What=20 > would the "core" one include? We distribute one war file and one ear file. Core -> webwork.jar and the docs in a .war file togheter with the test jsp that tests the core funcionality - like it was at the beginning - and a page that tells you how to deploy the .ear, and that you can run into issues with some containers because of the libs (and maybe a link to some page somewhere that have an updated list of 'server issues') Full -> Core + examples /kjetilhp |
From: Kjetil P. <kje...@mo...> - 2002-02-04 07:58:58
|
BTW, the server I set up for webwork.org is still available so if you want to link webwork.sourceforge.net to this an put up some nice project page, the server issue page, and the builds go ahead... /kjetilhp > -----Original Message----- > From: Rickard [mailto:ri...@mi...] > Sent: Monday, February 04, 2002 8:36 AM > To: Kjetil Paulsen > Cc: web...@li... > Subject: Re: [Webwork-devel] Release - thoughts and issues >=20 >=20 > Kjetil Paulsen wrote: >=20 > > I'm really looking forward to the release of webwork but I=20 > do have some > > second thoughts on all the deployment errors showing up=20 > from different > > servers - I know most of them are probably server bugs, but I don't > > think most developers will see this, and will not be happy with the > > release if it doesn't deploy nicely to their current=20 > development server. >=20 >=20 > I agree, this is very annoying, and no it would be hard to see what's=20 > the real cause of these errors if all you do is deploy webwork.ear. >=20 >=20 > > We separate the actual framework and the examples - this=20 > because most of > > the 'bugs' are related to the 3rd party libs that are used - many > > containers are not happy with libs that are being deployed=20 > which already > > exists in the container, and since the 'core' probably will=20 > deploy on > > most containers, people can live with the fact that all=20 > examples doesn't > > work on their container - at least if we try make a list stating the > > issues with the most common servers.=20 >=20 > What would this mean, concretely? I mean, webwork.jar is=20 > already created=20 > as a separate jar file. Do you want two deployable .ear files? What=20 > would the "core" one include? >=20 > /Rickard >=20 > --=20 > Rickard =D6berg > Author of "Mastering RMI" > Chief Architect, TheServerSide.com > The Middleware Company - We Build Experts! >=20 |
From: Rickard <ri...@mi...> - 2002-02-04 08:01:54
|
Kjetil Paulsen wrote: > BTW, the server I set up for webwork.org is still available so if you > want to link webwork.sourceforge.net to this an put up some nice project > page, the server issue page, and the builds go ahead... That's great! Should we simply put the generated docs there? That would be easiest I think. /R -- Rickard Öberg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Kjetil P. <kje...@mo...> - 2002-02-04 08:00:10
|
>=20 > Alright, and to do this we would only really have to change the build=20 > script, right? I mean, everything is already there, we just=20 > package it=20 > differently. Although, I suppose we need to split index.html=20 > into two,=20 > one for core and one for the examples. yes, for now we can change the script - later we should make a new module in CVS for the examples btw, split the lib directory (like in tss -> lib/core lib/examples) /kjetilhp |
From: Kjetil P. <kje...@mo...> - 2002-02-04 08:14:04
|
yes..=20 > -----Original Message----- > From: Rickard [mailto:ri...@mi...] > Sent: Monday, February 04, 2002 9:02 AM > To: Kjetil Paulsen > Cc: web...@li... > Subject: Re: [Webwork-devel] Release - thoughts and issues >=20 >=20 > Kjetil Paulsen wrote: >=20 > > BTW, the server I set up for webwork.org is still available=20 > so if you > > want to link webwork.sourceforge.net to this an put up some=20 > nice project > > page, the server issue page, and the builds go ahead... >=20 >=20 > That's great! Should we simply put the generated docs there?=20 > That would=20 > be easiest I think. >=20 > /R >=20 > --=20 > Rickard =D6berg > Author of "Mastering RMI" > Chief Architect, TheServerSide.com > The Middleware Company - We Build Experts! >=20 |
From: Rickard <ri...@mi...> - 2002-02-04 07:51:36
|
Kjetil Paulsen wrote: >>What would this mean, concretely? I mean, webwork.jar is >>already created >>as a separate jar file. Do you want two deployable .ear files? What >>would the "core" one include? >> > > We distribute one war file and one ear file. > > Core -> webwork.jar and the docs in a .war file togheter with the test > jsp that tests the core funcionality - like it was at the beginning - > and a page that tells you how to deploy the .ear, and that you can run > into issues with some containers because of the libs (and maybe a link > to some page somewhere that have an updated list of 'server issues') > > Full -> Core + examples Alright, and to do this we would only really have to change the build script, right? I mean, everything is already there, we just package it differently. Although, I suppose we need to split index.html into two, one for core and one for the examples. /Rickard -- Rickard Öberg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |