My suggestion for debugging is to take a look at the Sysdeo Tomcat plugin (http://www.sysdeo.com/eclipse/tomcatPlugin.html ) as it allows you to set break points in your Java files and debug them like any other java application. Also, I assume that you have Spindle (http://spindle.sourceforge.net ), which in my opinion is the only way to code Tapestry.
Adam Greene ROMulin Group Inc 885 Main St, Suite 16 Moncton, NB E1C 1G5 Ph: (506) 863-1014 x4 Fx: (506) 854-6886 http://www.romulin.com/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, August 19, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: Tapestry-developer digest, Vol 1 #230 - 3 msgs Send Tapestry-developer mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/tapestry-developer or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Tapestry-developer digest..." Today's Topics: 1. Using Eclipse to create Tapestry applications (Shannon Kendrick) 2. [ tapestry-Bugs-597314 ] Problems with URLs ([EMAIL PROTECTED]) 3. Re: Using Eclipse to create Tapestry applications ([EMAIL PROTECTED]) --__--__-- Message: 1 From: "Shannon Kendrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 19 Aug 2002 14:52:38 -0400 Subject: [Tapestry-developer] Using Eclipse to create Tapestry applications This is a multi-part message in MIME format. ------=_NextPart_000_000F_01C24790.0FDC3E30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am new to Tapestry, and I'm interested in using the Eclipse IDE to = build a simple Tapestry application. I'm looking for tips or "best = practices" specific to Eclipse and Tapestry. Here are some questions = that I have: 1. How does one test a Tapestry web application under Eclipse? Do you = have to deploy to Tomcat or Jetty or can the app be tested under = Eclipse? 2. What are others using as a test environment / IDE? I've been using Apache Struts for a year under VisualAge for Java and = the WebSphere Test Environment, and I'm excited about learning Tapestry = and the Eclipse IDE. Thanks in advance. Shannon ------=_NextPart_000_000F_01C24790.0FDC3E30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I am new to Tapestry, and I'm = interested in using=20 the Eclipse IDE to build a simple Tapestry application. I'm looking for = tips or=20 "best practices" specific to Eclipse and Tapestry. Here are some = questions that=20 I have:</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>1. How does one test a Tapestry = web=20 application under Eclipse? Do you have to deploy to Tomcat or Jetty or = can the=20 app be tested under Eclipse?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>2. What are others using as a test = environment /=20 IDE?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>I've been using Apache Struts for a = year under=20 VisualAge for Java and the WebSphere Test Environment, and I'm = excited=20 about learning Tapestry and the Eclipse IDE. Thanks in = advance.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Shannon</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML> ------=_NextPart_000_000F_01C24790.0FDC3E30-- --__--__-- Message: 2 To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Date: Mon, 19 Aug 2002 11:58:12 -0700 Subject: [Tapestry-developer] [ tapestry-Bugs-597314 ] Problems with URLs Bugs item #597314, was opened at 2002-08-19 14:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=597314&group_id =4754 Category: Tapestry Group: None Status: Open Resolution: None Priority: 7 Submitted By: Howard Lewis Ship (hship) Assigned to: Howard Lewis Ship (hship) Summary: Problems with URLs Initial Comment: The use of path info to encode the service name and service context is creating problems in many areas. Although uglier, reverting to the old behavior, where the service name and context are encoded as query parameters, would solve the majority of these problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=597314&group_id =4754 --__--__-- Message: 3 From: [EMAIL PROTECTED] To: "Shannon Kendrick" <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] (Tapestry Developer) Subject: Re: [Tapestry-developer] Using Eclipse to create Tapestry applications Date: Mon, 19 Aug 2002 19:16:52 +0000 You'll want to check out the Spindle plugin: http://spindle.sf.net I do my testing using Jetty, an open-source servlet container that's also used inside JBoss. Folks are helping out with a new and improved Tutorial that will cover this stuff much better. -- [EMAIL PROTECTED] http://tapestry.sf.net > I am new to Tapestry, and I'm interested in using the Eclipse IDE to build a > simple Tapestry application. I'm looking for tips or "best practices" specific > to Eclipse and Tapestry. Here are some questions that I have: > > 1. How does one test a Tapestry web application under Eclipse? Do you have to > deploy to Tomcat or Jetty or can the app be tested under Eclipse? > > 2. What are others using as a test environment / IDE? > > I've been using Apache Struts for a year under VisualAge for Java and the > WebSphere Test Environment, and I'm excited about learning Tapestry and the > Eclipse IDE. Thanks in advance. > > Shannon > > > > > --__--__-- _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer End of Tapestry-developer Digest ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
