|
| ||||||||||
| Tags: beans, difference, java, java beans, servlet, servlet vs beans |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Java Beans Vs Servlets
I am learning Advanced java programming. The advanced java is mostly related to the GUI. The java beans can be used to design specific application. I am totally confused between Servlet and Beans. What is the exact difference between Servlet and Beans? If you have sound knowledge about the servlet and beans than please let me know difference between them. I am waiting for your help, |
|
#2
| ||||
| ||||
| Re: Java Beans Vs Servlets
See following some differences between sevlet and beans:
|
|
#3
| ||||
| ||||
| Re: Java Beans Vs Servlets
A Java Bean is a reusable software component that can be visually manipulated in builder tools. Reusable software components are basically designed fro to implement the benefit as well as the power of reusable, interchangeable parts from other industries to the field of software construction. The example of the reusable software components are text fields, push buttons, list boxes, dialogs, scrollbars. |
|
#4
| ||||
| ||||
| Re: Java Beans Vs Servlets
Reusable software component and which can be manipulated visually in a development environment, and can be combined with other components to create applets is known as "Java Beans". The term control JavaBeans, Inspired ActiveX control Microsoft has not been retained as a synonym for the same reasons given for rejecting the term ActiveX control. The JavaBeans component software is the equivalent of ActiveX component, but endowed with the portability and hardware independence specific to Java. |
|
#5
| ||||
| ||||
| Re: Java Beans Vs Servlets Servlets is program which provides a logical connections to other computers through a network serves. On another machine logic, proposing also support connections to other computers via a network, runs a program that makes requests to machines acting as server to use the services provided. A server program can handle, usually several requests both from the same or different clients. A client program can generally use multiple connections to the same or different servers simultaneously. |
|
#6
| ||||
| ||||
| Re: Java Beans Vs Servlets Servlets are an independent part of web server. For such a thing is possible, we must assume that the web server is developed in Java. An example of such servers is the Java Web Server or Tomcat. The external servlet engines are a combination between a plugin "grafted" to the server and a virtual machine running outside of it. To contact them, the plugin and the processes associated with virtual machine using a mechanism of inter-process communication such as TCP / IP sockets. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Java Beans Vs Servlets" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why we use Introspection in Java Beans? | taher | Software Development | 4 | 17-02-2010 05:23 AM |
| Sessions with Java Servlets | Sheenas | Software Development | 5 | 15-02-2010 07:15 PM |
| What are the advantages of java servlets over JSP? | Mithun Seth | Software Development | 5 | 23-01-2010 12:21 PM |
| What are the advantages of the java beans? | Bhavesh_seth | Software Development | 3 | 04-12-2009 10:17 AM |
| How to use Java Servlets | Wyvern | Software Development | 3 | 24-10-2009 06:24 PM |