RE: [OS-webwork] Users list

2003-08-09 Thread Jason Carreira
This list is fine for those kind of questions. I don't use Eclipse, or I'd try to help ;-) > -Original Message- > From: Samuel Mota [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 2:47 PM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] Users list > > > Hello Guys, > > I'm wo

Re: [OS-webwork] Users list

2003-08-08 Thread Tracy Snell
On 8/8/03 2:57 PM, "Jason Carreira" <[EMAIL PROTECTED]> wrote: >> To begin I cannot set my development environment in a >> productivity way ... I'm using Eclipse but don't know how to >> debug my Actions (no to say my Velocity Templates or JSP >> files) ... any help? (I know this is more Eclipse r

Re: [OS-webwork] Users list

2003-08-08 Thread Toby Hede
Hi there, I use eclipse, but not the debugger. but i do use Junit tests to test all of my actions. The cool thing about this is that your actions are really plain ol' java. You can set up actions and run your tests. If you need to pass Session or other information, you can just populate some M