Re: move from PHP to Struts

2006-01-05 Thread Vikrama Sanjeeva
Hi, I want to share my exp. with Bogdan. I m also new to struts. I started it with sound backround in Java, JSP and Servlets. I read various articles on struts and it's benefits and then I deployed Lesson 1 from Rick's tutorial. Initially I face some problems in understanding struts framework an

RE: move from PHP to Struts

2006-01-05 Thread Bogdan Paduraru
:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 4:24 PM To: Struts Users Mailing List Subject: Re: move from PHP to Struts You do not need any help for using eclipse with struts, just learn the struts and you will see that my-eclipse plug-in is self-explanatory for struts application

Re: move from PHP to Struts

2006-01-03 Thread Tuna Ozkasap
time and budget to move from PHP to Java, I started now to > select tutorials, thanks Rick! ;) > > I wonder if there is a tutorial in working with Eclipse and Struts... > > Bogdan > > -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Ja

RE: move from PHP to Struts

2006-01-03 Thread Bogdan Paduraru
from PHP to Java, I started now to select tutorials, thanks Rick! ;) I wonder if there is a tutorial in working with Eclipse and Struts... Bogdan -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 2:28 PM To: Struts Users Mailing List Subjec

Re: move from PHP to Struts

2006-01-03 Thread hicham abassi
I think that before choosing a Java Web framework, you should perhaps analyze the migration. Many php webapps doesn't implement MVC design pattern. I think that you should calculate the necessary time to completly refactor your existing webapp into a new webapp. Sometime, we think that porting a ph

Re: move from PHP to Struts

2006-01-03 Thread Dave Newton
Bogdan Paduraru wrote: I'm managing a PHP/postgreSQL project. The purpose of the project is to display some items (i.e : houses etc) on webpages, along with HTML text. The problem is this project became too big and almost impossible to handle since you can't separate very well presentation fr

Re: move from PHP to Struts

2006-01-03 Thread Rick R
Bogdan Paduraru wrote: Any advice would be helpful, also when you recommend me something would be nice to point some links with tutorials too because I also want to train my programmers. I'm in the process of finishing up an upgrade to my old struts site which people have found helpful with

move from PHP to Struts

2006-01-03 Thread Bogdan Paduraru
Hi, I'm managing a PHP/postgreSQL project. The purpose of the project is to display some items (i.e : houses etc) on webpages, along with HTML text. The problem is this project became too big and almost impossible to handle since you can't separate very well presentation from logic. I convi