tags:

views:

44

answers:

3

I try to solve problem with integration some CMS to existing web app. Web app is based on java (basic 3-layered architecture). UI layer is based on Apache Wicket framework. Our web app is deployed on Glassfish server.

I need to put a new parts to my existing pages, it will be CMS part.

For example: I have two divs on web page. Whole page html is generated by wicket. First div is generated by wicket with data from service. Second div - CMS div is generated from csm. My idea is to ask CMS for appropriate particional HTML for CMS element. But it is only my idea.

Can you give me some tips how to do that, because i really don't know how to do it.

Thanks for your soon reply. jason smith

A: 

Thanks for attention.

I didn't choose anything now. I am looking for a easy to integrate CMS. Do you have some idea ?

Thanks a lot.

fjsmith
You should have edited your question to include this information, not posted it as an answer.
ireddick
+1  A: 

If you haven't chosen your CMS yet, you might want to look at the CMS projects listed in products based on Wicket.

Don Roby
A: 

Hippo CMS is based on Apache Wicket & easy to integrate (plugin architecture & Seperation of Concern): http://www.onehippo.org/about/architecture.

If you've more questions, please use the Hippo mailinglist.

Tjeerd Brenninkmeijer