• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to convert Wicket application into Wicket Portlet application?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a complicated Apache Wicket application.I want to convert that application as a Wicket Portlet application.I am using Wicket 1.4.15 , since it supports portlets. I have tried hello-world wicket portlet also, it works fine. I am using Oracle Weblogic. WSRP is Producer and Vignette is Consumer. Through Vignette we lauch the app. The wiki link https://cwiki.apache.org/WICKET/portal-howto.html explains only the external configuration like portlet.xml,web.xml, etc. I just wanted to know whether any code changes are required like changing WebPage to portletPage,etc... If any code changes are required,then what are the major changes ?
reply
    Bookmark Topic Watch Topic
  • New Topic