Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to use awt,swing components in JSP pages

  Asked By: Alma    Date: Aug 06    Category: Java    Views: 2808
  

I want to know wether we can embed awt and swing components in our
JSP page by some technique. If possible give me the solution.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Damon Jones     Answered On: Aug 06

I don't think so. AWT and Swing would be Fat Client type development
where JSP is thin client. If I'm wrong I'd be very interested in how
to do this...

 
Answer #2    Answered By: Varun Mehta     Answered On: Aug 06

Java not same like microsoft.Net can run a component in
different platform ( asp.net / vb.net).

 
Answer #3    Answered By: Vidhya Iyer     Answered On: Aug 06

it is a big a mistake to make a decision like this. right words like "different
platform" but
with wrong comments.

awt and swing  , these have another programming platform , they desgined for
application
and applet GUIs, no for text only web pages, there are no connection, relation
and
whatever between these and http or html or scripting or web pages  .

.net is using a codding style like :::
>>>"doit without any knowladge but dont care about bugs that we can fix it "

.net activex web component wizard or we suppose that they are components  without
having no idea about about script engines.

if anyone needs i can develop an component or addin or pluggin for jdeveloper
or eclipse
that makes automatic code insertions for your web sites, and also just usinbg
pure java.

ehehe this is the independence from platfrom, and not like .net
just fixed ideas after someones creativity.

 
Answer #4    Answered By: Alvin Nguyen     Answered On: Aug 06

This can probaly be done using Java Faces Technology

 
Didn't find what you were looking for? Find more on how to use awt,swing components in JSP pages Or get search suggestion and latest updates.




Tagged: