Re: Good servlet/jsp-engine for IIS5.0

2001-03-11 Thread kduffey
JRun 3.0 works for us, but my favorite for overall great performance, following the specs, price is Orion application server. It doesn't run very well as a service, but it is possible to do so. Infact, I think its the program I used to make it a service and not Orion itself as Orion is 100% java w

Re: [TIP] JSP Model 2 Architecture and DreamWeaver is a pain.

2001-03-11 Thread kduffey
They are similar. MVC is a pardigm by which you can separate an application into tiers or modules. The Model is usually part of the persistence layer representing a row in a table. The Controller is usually part of the front-end that handles getting data from a form, calling upon the logic to do s