[Tapestry-developer] RE: Developing WAP Applications using Tapesty

2002-12-09 Thread David Solis
    -Original Message- From: Sasha Haghani [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:59 AM To: David Solis Cc: Howard M. Lewis Ship Subject: RE: Developing WAP Applications using Tapesty   Hi David,   Thanks for getting back to me so quickly

[Tapestry-developer] RE: Developing WAP Applications using Tapesty

2002-12-09 Thread David Solis
Hi Sasha,   What a coincidence! I implemented a WAP prototype 2 years ago; unfortunately I didn’t have the rights to distribute the WAP components. Now LegoSof, the company I work for, has the project to develop an online banking system for WAP. The good news is I negotiated to have the

[Tapestry-developer] DirectLink

2002-12-05 Thread David Solis
Hello,   I’ve a page which contains an image map and each area has associated an action, in fact a direct action.   The  implementation is:   HTML jwcid="hiddenZone"> jwcid="link">link

RE: [Tapestry-developer] Servlet API 2.3

2002-12-02 Thread David Solis
Well, I'd like to use filters with Tapestry and use it as an XML engine. Regards David > -Original Message- > From: [EMAIL PROTECTED] [mailto:tapestry- > [EMAIL PROTECTED]] On Behalf Of Mindbridge > Sent: Monday, December 02, 2002 3:07 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] >

[Tapestry-developer] RE: [Tapestry-contrib] Servlet API 2.3

2002-12-02 Thread David Solis
I think it is a necessary step. Regards David > -Original Message- > From: [EMAIL PROTECTED] [mailto:tapestry- > [EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, December 02, 2002 9:48 AM > To: Tapestry Contrib > Cc: Tapestry Developer > Subject: [Tapestry-contrib] Servl

RE: [Tapestry-developer] RE: Page or component with dynamic attributes

2002-11-30 Thread David Solis
PM To: David Solis; 'Luke Galea' Cc: 'tapestry-developer' Subject: Re: [Tapestry-developer] RE: Page or component with dynamic attributes   Just to emphasize this ... there'll be just one framework that can be used in different ways by different developers.

RE: [Tapestry-developer] RE: Page or component with dynamic attributes

2002-11-29 Thread David Solis
  -Original Message- From: Luke Galea [mailto:[EMAIL PROTECTED]] Sent: Friday, November 29, 2002 4:02 PM To: David Solis; tapestry-developer Subject: RE: [Tapestry-developer] RE: Page or component with dynamic attributes   Tapestry Lite/Pro? Where can I find information on this?   Thanks

[Tapestry-developer] RE: Page or component with dynamic attributes

2002-11-29 Thread David Solis
)? For instance anonymous components.   David   -Original Message- From: David Solis [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 1:39 PM To: 'tapestry-developer' Subject: Page or component with dynamic attributes   Is it possible to have a page or comp

[Tapestry-developer] Page or component with dynamic attributes

2002-11-28 Thread David Solis
Is it possible to have a page or component with dynamic properties? In our applications, almost 50% (maybe more) of code is in getters and setters. I’m wondering about the possibility to integrate Jakarta DynaBeans to Tapestry in order to eliminate these getters and setters. Does it make

RE: [Tapestry-developer] WebServices?

2002-10-09 Thread David Solis
We are using Wasp from Systinet. I think Tapestry is based on a different approach. Webservices involves a lot of transformation from Java to SOAP and viceverse using WSDL as the grammar. > -Original Message- > From: [EMAIL PROTECTED] [mailto:tapestry- > [EMAIL PROTECTED]] On Behalf Of Ma

RE: [Tapestry-developer] Anyone used WebWork?

2002-08-27 Thread David Solis
I thought Struts and WebWork were identical technology. I was wrong. The main WebWork features are: 1. The Value Stack. Howard described very well what this is. 2. Expression Language 3. Total separation of Controller and Views. The views could be JSP, Velocity, XSLT and Jasper Reports (PDF). 4.

RE: [Tapestry-developer] A handy link for...

2002-08-13 Thread David Solis
IMO, many of the problems discussed in that article are solved with tag libraries and the MVC model. I think the real problems with this approach, servlet(s) as controller(s) and JSPs as views, are complexity and a real code reuse. David > -Original Message- > From: [EMAIL PROTECTED] [ma

RE: [Tapestry-developer] Tapestry, HttpSession and WebLogic

2002-07-23 Thread David Solis
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 10:57 AM > To: David Solis > Cc: Tapestry Developer > Subject: Re: [Tapestry-developer] Tapestry, HttpSession and WebLogic > > Can you implement those

[Tapestry-developer] Tapestry, HTTPSession and WebLogic

2002-07-23 Thread David Solis
I’m implementing a web mail application. I need to keep some non serializable objects (session scope)  such as Store. In addition I need a live object to be the listener of javamail events; for this case the Visit object is not an option.   I guess, Visit object is a general strategy to s

RE: [Tapestry-developer] Re: Spindle for JBuilder?

2002-07-22 Thread David Solis
AFAIK there are 2 ready Eclipse plug-ins for J2EE: http://www.genuitec.com/products_easie.htm http://www.mycgiserver.com/~objectlearn/products/lomboz.html Regards David > -Original Message- > From: [EMAIL PROTECTED] [mailto:tapestry- > [EMAIL PROTECTED]] On Behalf Of Michael Doherty >

RE: [Tapestry-developer] More Controller (aka) MVC in Tapestry

2002-07-11 Thread David Solis
] On Behalf Of Geoff Longman Sent: Thursday, July 11, 2002 11:51 AM To: David Solis Cc: [EMAIL PROTECTED] Subject: Re: [Tapestry-developer] More Controller (aka) MVC in Tapestry You mean in the collaborative sense, queues, tasks etc? Thats beyond the scope of what I propose. - Original Messag

RE: [Tapestry-developer] More Controller (aka) MVC in Tapestry

2002-07-11 Thread David Solis
files) to specify the order in which pages are displayed. I mean a tool or framework to create or modify the flow of the web application. -Original Message- From: Geoff Longman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:51 AM To: David Solis Cc: [EMAIL PROTECTED] Subjec

RE: [Tapestry-developer] More Controller (aka) MVC in Tapestry

2002-07-11 Thread David Solis
I agree. A workflow is a more general solution than WU. However, I was wondering what about to implement a workflow with Tapestry? There are some open source workflow projects which can be used as the infrastructure base. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: [Tapestry-developer] What about Scheduling API ??

2002-06-24 Thread David Solis
I think, scheduler features are beyond Tapestry framework. You can use: 1. Flux (http://www.simscomputing.com/) 2. Kronos (http://www.indcon.com/kronos.html) 3. Quartz (http://www.part.net/quartz.html) The last one is opensource. We used the three products for some projects. Regards David --

RE: [Tapestry-developer] JBoss 3.0.0 or JDK 1.2.2 ... you decide!

2002-06-14 Thread David Solis
Add my vote to JBoss 3.0.x and jdk1.3 David ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink