-
Swings and AWT in Java
Hi all,
We have Swings and AWT in Java but in real time why dont we use these, why we are using HTML or JSP pages for presentation plz clear it
Thanks in advance
Question asked by visitor kranthi
-
Junior Member
Re: Swings and AWT in Java
We use AWT/Swiings for creating front-end and HTML is the representing the data in well format and JSP is used to create the web pages dynamically...but HTML is not provided this facility....
-
Contributing Member
Re: Swings and AWT in Java
Swings is used only in cases where the application is intended to be run on a thick client. A web based application is run on a thin client - the browser. Hence JSP's are used which transfer all the processing to the web server hosting the application.
-
Junior Member
Re: Swings and AWT in Java
Hi ,
We have Swings and AWT in Java but in real time why dont we use these, why we are using HTML or JSP pages for presentation plz clear it
Thanks in advance
-
Junior Member
Re: Swings and AWT in Java
Normally in any applications we are using HTTP as request,but swings and awt doesn't akllow http inputs,so normally we using servlets or jsppages as presentation logic
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules