• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Reuse of existing JSP tags in GWT page

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to give some background regarding my current project, it is basically a web project with JSP, Servlet, Applet and EJB. We are using JBoss 4.0.2 as an App server.

Currently I am trying to implement one specific module in GWT technology. I have done most of the POCs successfully like screen design, integration with existing web project, calling Java Script function from GWT screen etc.

Our project have a large number of reusable JSP tags like calendar, customized drop down etc. which I can reuse in my GWT page, the problem is, I don't know how to reuse the JSP tags/components in GWT
page or whether it is at all possible or not. I am in absolute dark about that. Can anybody please help me regarding the same?

Thanks in advance.

Note: My GWT version is 2.0.3.

Thanks & Regards
Tridib Bolar
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic