Hi,

same thing here. I'd definitely be interested in a solution, as we are using
OpenCMS (and other CMSes that write content statically) quite a lot for our
customer's projects and I'd rather like to use Wicket (as opposed to JSP or
PHP) for form processing and other interactive parts of the website in future
projects.
Writing static html files from the CMS that are valid wicket templates
wouldn't
be a problem. Making wicket use them (and reload them if they change)
should be
doable.
However you would potentially have many HTML "templates" that are all
backed by
the same wicket page class. And so far I couldn't think of a way to
handle this
in wicket.

greetings,

-markus


Zitat von Rüdiger Schulz <[EMAIL PROTECTED]>:

Hello,

I have no solution, just an idea on what could work as well, as I have
thought about a Wicket / openCMS connection before (never had to implement
it though).

AFAIK OpenCms can publish its pages statically. Maybe you could configure
your CMS templates in a way that they become valid wicket templates after
publishing, and then use them in your application.

I never used OpenCms in a real world application, but I am sure something
similar would work with the (commercial) RedDot CMS, which is also doing
static page publishing.

Whatever way you will go, I'd be interested in the outcome, just out of
curiosity :-)


greetings,

Rüdiger


2008/4/15, Noz, Felix <[EMAIL PROTECTED]>:

Hello everybody,

I'm currently evaluating different Frontend Frameworks to use them with a
Java-Based CMS (OpenCms) and I'm very interested in trying wicket. The CMS
has got its own Template mechanism which is based on JSP. Because it would
be a problem for us to throw away all existing Templates and JSP Tags my
idea was to implement a ResourceStreamLocator that connects to the CMS via
http and delivers the resources directly from the CMS so that the CMS is
rather a pure persistence and template system.
My questions are:

- Is this a passible way to connect wicket to a jsp based system?
- Are there any better solutions?
- Does anybody else has experience in connecting OpenCms + wicket?

Regards

i.A. Felix Noz


____________________________________________________________________________________

Felix Noz
Junior IT-Berater
Dipl. Informatiker (FH)

comundus GmbH
Schüttelgrabenring 3, 71332 Waiblingen

Telefon +49 (0) 71 51-5 00 28-22
Internet www.comundus.com

Geschäftsführer: Klaus Hillemeier
Amtsgericht Stuttgart, HRB 264290

comundus ist ein Unternehmen der IT EXCELLENCE Group.

____________________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
greetings from Berlin,

Rüdiger Schulz

www.2rue.de
www.indyphone.de - Coole Handy Logos einfach selber bauen




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to