|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Beans or Servlets
What is the most used method of deployment
Iv'e just setup a Java enviroment to develop servlets but im wondering why would i want to deploy servlets when beans do the same job with less development time Mark
__________________
100 trillion calculations per nanosecond |
|
#2
|
|||
|
|||
|
Hi,
Servlets and Bean have different aims in this live. Servlets are used as a controller and beans as a entity objects. So with Servlets you should analize Ur HTTP requests and make solutions what to make next - what of JSP to show. Beans contain only engine to access DB, process other functions. If you use beans in GUI - they are as Visual objects at Your pages. That's it, Ciao |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Beans or Servlets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|