RE: JRun Migration From 3.1 to 4

2005-02-01 Thread Jon Austin
I'm a big fan of the Eclipse IDE for java.  It will also handle JSP pages
nicely.. It's open source, so there's no cost involved, and it has some
great refactoring tools..You can change a variable with Refactor,
Rename and have it replace any references to it in the code.

This would cut down on some of the work.

~ Jon

 -Original Message-
 From: Savantraj, Chennamakal Subramanian [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 01, 2005 1:29 AM
 To: JRun-Talk
 Subject: JRun Migration From 3.1 to 4


 Hi Guys,

 We have few JSP Applications running on JRun 3.1.
 When we decided to migrate to JRun 4.0, the following issue is stopping
 us.

 1. Getter and Setter Methods were not strictly following Java Standard
 in 3.1
Because of this our application have many codes as follows

   String myBankAccount=;
   public String getmyBankAccount();
   public void setmyBankAccount();

JSP's set the request parameters using *. All this works fine in
 JRun 3.1

 2. JRun 4 being strictly following J2EE standards we are forced to
 change the code to

   String myBankAccount=;
   public String getMyBankAccount();
   public void setMyBankAccount();

 This being a huge change to carry out manually, may I seek your
 experience to understand,
 is there any Utility that could perform this / JRun 4 have any property
 to set to ignore this
 Java Standard?

 Would appreciate your precious responses.

 With Best Regards
 Savant



 ---
 This email is confidential and intended only for the use of the
 individual or entity named above and may contain information that
 is privileged. If you are not the intended recipient, you are
 notified that any dissemination, distribution or copying of this
 email is strictly prohibited. If you have received this email in
 error, please notify us immediately by return email or telephone
 and destroy the original message. - This mail is sent via Sony
 Asia Pacific Mail Gateway.
 ---

 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5631
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.8
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JRun Migration From 3.1 to 4

2005-02-01 Thread Savantraj, Chennamakal Subramanian
Hi Jon,

Thanks for your input. Infact I have tried some refactoring tool and I agree 
with you it helps to some extend.
What I am looking for some utility specifically written for this activity.
If not able to find , my plan is to make one as we have 3 Projects to perform 
this activity.

Regards
Savant

-Original Message-
From: Jon Austin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 01, 2005 9:43 PM
To: JRun-Talk
Subject: RE: JRun Migration From 3.1 to 4


I'm a big fan of the Eclipse IDE for java.  It will also handle JSP pages
nicely.. It's open source, so there's no cost involved, and it has some
great refactoring tools..You can change a variable with Refactor,
Rename and have it replace any references to it in the code.

This would cut down on some of the work.

~ Jon

 -Original Message-
 From: Savantraj, Chennamakal Subramanian [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 01, 2005 1:29 AM
 To: JRun-Talk
 Subject: JRun Migration From 3.1 to 4


 Hi Guys,

 We have few JSP Applications running on JRun 3.1.
 When we decided to migrate to JRun 4.0, the following issue is stopping
 us.

 1. Getter and Setter Methods were not strictly following Java Standard
 in 3.1
Because of this our application have many codes as follows

   String myBankAccount=;
   public String getmyBankAccount();
   public void setmyBankAccount();

JSP's set the request parameters using *. All this works fine in
 JRun 3.1

 2. JRun 4 being strictly following J2EE standards we are forced to
 change the code to

   String myBankAccount=;
   public String getMyBankAccount();
   public void setMyBankAccount();

 This being a huge change to carry out manually, may I seek your
 experience to understand,
 is there any Utility that could perform this / JRun 4 have any property
 to set to ignore this
 Java Standard?

 Would appreciate your precious responses.

 With Best Regards
 Savant



 ---
 This email is confidential and intended only for the use of the
 individual or entity named above and may contain information that
 is privileged. If you are not the intended recipient, you are
 notified that any dissemination, distribution or copying of this
 email is strictly prohibited. If you have received this email in
 error, please notify us immediately by return email or telephone
 and destroy the original message. - This mail is sent via Sony
 Asia Pacific Mail Gateway.
 ---

 



~|
Stay Ahead of Hackers - Download ZoneAlarm Pro
http://www.houseoffusion.com/banners/view.cfm?bannerid=65

Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5632
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.8
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54