Re: Confusion : Usage of Struts

2001-03-21 Thread Craig R. McClanahan
On Wed, 21 Mar 2001, Maya Muchnik wrote: > Craig, > > 1/ If we will have one extra servlet whose main functions are init and destroy > how this concerns computer resources? The only extra resource is the fact that this servlet class is loaded, normally for the life of the web app. In the cas

Re: Confusion : Usage of Struts

2001-03-21 Thread Maya Muchnik
Craig, 1/ If we will have one extra servlet whose main functions are init and destroy how this concerns computer resources? And this servlet will be idle? 2/ Who is calling doGet () method of DatabaseServlet? There is no mapping for "database" servlet. Maybe it is automatically? Maya "Craig R.

Re: Confusion : Usage of Struts

2001-03-21 Thread Craig R. McClanahan
On Wed, 21 Mar 2001, Tewathia, Atul wrote: > > I am new to struts. I have gone thru the theoretical part of struts and > found the concept interesting. Even read thru some examples. > > But there are some doubts like... > > What happens to javascript validations? Where do we fit them in th

Re: Confusion : Usage of Struts

2001-03-21 Thread Ted Husted
> "Tewathia, Atul" wrote: > What happens to javascript validations? Where do we fit them in the > comlete picture? Client-side validation using Javascript is on the list for Struts 1.1. David Winterfeldt has a very nice start on a package that does this at < http://home.earthlink.net/~dwinter

Re: Confusion : Usage of Struts

2001-03-21 Thread Jim Richards
What happens to javascript validations? Where do we fit them in the comlete picture? They don't happen at the moment. Part of the Struts 1.1 plan is to look at some forms of autogeneration of JavaScript validation. A few people have implemented their own system for this. Who takes care of whethe

Confusion : Usage of Struts

2001-03-21 Thread Tewathia, Atul
Title: Confusion : Usage of Struts I am new to struts. I have gone thru the theoretical part of struts and found the concept interesting. Even read thru some examples. But there are some doubts like... What happens to javascript validations? Where do we fit them in the comlete picture