RE: Is Struts still a better choice over JSF as on today ?

2007-07-30 Thread souravm
30, 2007 9:39 am, Ted Husted wrote: > On 7/29/07, souravm <[EMAIL PROTECTED]> wrote: >> However, I'm still not very sure whether the design approach of Swing/VB >> is a right fit for a >> scenario where the underlying technology is http. They are good for a >>

RE: Is Struts still a better choice over JSF as on today ?

2007-07-29 Thread souravm
6, 2007 9:25 PM To: Struts Users Mailing List Subject: Re: Is Struts still a better choice over JSF as on today ? souravm wrote: > Regarding going for JSF due to componentization, I'm again not sure what > additional componentizations JSF does compared to struts. JSF is inherently a

RE: Is Struts still a better choice over JSF as on today ?

2007-07-26 Thread souravm
s Users Mailing List Subject: RE: Is Struts still a better choice over JSF as on today ? On Thu, July 26, 2007 1:23 pm, souravm wrote: > For me so far I don't see any reason why people should go for JSF except > for moving ahead with a standard. As such I don't even see much use of &

RE: Is Struts still a better choice over JSF as on today ?

2007-07-26 Thread souravm
y, July 25, 2007 4:41 PM To: Struts Users Mailing List Subject: Re: Is Struts still a better choice over JSF as on today ? souravm wrote: > Will you consider Struts to be a better choice today compared to JSF ? In *most* cases, for me, yes I would, but that's just my opinion, and I'm

Is Struts still a better choice over JSF as on today ?

2007-07-25 Thread souravm
Hi All, Just thought of taking your opinions. Will you consider Struts to be a better choice today compared to JSF ? Especially, given the fact that JSF has better controller flexibility, event handling capability and ease of development using a RAD tool ? Regards, Sourav CA

Static objects in Struts Application ..

2006-10-13 Thread souravm
Hi, If there are two different Struts applications deployed on the same Tomacat instance, what happens to the static objects within the Struts framework? My guess is Struts maintains different Static objects for each application in a hash map. Can anyone confirm ? Regards, Sourav ***

RE: Web Push Technology

2006-01-05 Thread souravm
Raghu/Frank, You are very right in saying that it is a real fun participating in a discussion where architects bring out all different aspects of the problems and solutions with the trade-offs. Now coming back to the topic in hand - 1. I agree with you about the applet route (and its consequenc

Sending file name containing unicode characters in http file download

2006-01-05 Thread souravm
Hi All, I've an application which can be used for downloading file over web. Now if the file name contains Unicode characters which are not in iso-8859-1 range, the name appearing at the browser (in the download window asking for save) coming as junk. I'm passing the fine name through http h

RE: Web Push Technology

2006-01-03 Thread souravm
[EMAIL PROTECTED] On Tue, January 3, 2006 2:41 pm, Rick Reumann said: > souravm wrote the following on 1/2/2006 11:34 PM: > >> The push will need to be initiated by an alert server or streaming >> engine, which will keep pushing data (alerts) to the users's browsers. > > I

Web Push Technology

2006-01-02 Thread souravm
Hi All, Though it is not directly related to Struts but thought of getting valueable valuable inputs from the Web guru's in this forum. This is regarding use of push technology for sending alert messages from a server to user's browsers. The push will need to be initiated by an alert server or

RE: The latest stable version of struts

2005-08-31 Thread souravm
is one who created this framework. Ranjay -Original Message----- From: souravm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 12:27 PM To: Struts Users Mailing List Subject: RE: The latest stable version of struts Hi Ranjay, I believe after 1.1 there are already 1.2.x versions re

RE: The latest stable version of struts

2005-08-31 Thread souravm
: The latest stable version of struts Struts 1.1 is the one. Infact this is the last final released version. Cheers -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:51 AM To: Struts Users Mailing List Subject: The latest stable version of struts

RE: The latest stable version of struts

2005-08-31 Thread souravm
: The latest stable version of struts Struts 1.1 is the one. Infact this is the last final released version. Cheers -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:51 AM To: Struts Users Mailing List Subject: The latest stable version of struts

RE: The latest stable version of struts

2005-08-31 Thread souravm
: The latest stable version of struts Struts 1.1 is the one. Infact this is the last final released version. Cheers -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:51 AM To: Struts Users Mailing List Subject: The latest stable version of struts

The latest stable version of struts

2005-08-30 Thread souravm
Hi All, Can anyone please let me know which is the latest stable version of Struts to be used which has lesser bugs/problems ? Regards, Sourav CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the

How to set character encoding of the incoming request in Struts 1.2.4

2005-05-19 Thread souravm
Hi All, I want to set the chracter encoding of incoming http request by using HttpServletRequest.setCharacterEncoding() api. How do I do it using Struts 1.2.4 ? Does it provide any configuration parameter to do the same ? Or one has to subclass the RequestProcessor class to do the same ? Or

RE: Theoretical debate

2004-06-17 Thread souravm
Hi All, My understanding is JSF is nothing but an improved implementation of Struts' philosophy where all Struts'' internals are made transparent to the end user. So what end user gets is - the same functionality of Struts but with lesser coding. In that way I find JSF to be logical extension of

Scalability Problem in Struts 1.1

2004-06-03 Thread souravm
Hi All, We are facing a peculiar problem in Struts 1.1 implementation in our project. Actually we are migrating an existing application to Struts Framework. The existing application is to be compared with the struts implementation. The deployment is on Weblogic Server 8.1 SP1. When the exi