Re: Wicket CMS

2008-06-24 Thread Thomas Mäder
It might spark interest if you add a bit of documentation and a live demo. Not everyone has the time to read through your code. Thomas On Tue, Jun 24, 2008 at 4:21 PM, james yong [EMAIL PROTECTED] wrote: Hi, Is there anyone who would like to pool efforts for a wicket-based cms? Currently,

Re: Wicket CMS

2008-06-24 Thread Rodolfo Hansen
Yeah, we are interested in working out a CMS based on wicket too... haven't had much time for it just yet. but its a must do for us... On Tue, Jun 24, 2008 at 11:46 AM, Thomas Mäder [EMAIL PROTECTED] wrote: It might spark interest if you add a bit of documentation and a live demo. Not everyone

Re: Wicket CMS

2008-06-24 Thread james yong
I'll put up the doc and demo by this week or so. Thanks. :-) -- View this message in context: http://www.nabble.com/Wicket-CMS-tp18092129p18102616.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Wicket + CMS

2008-04-16 Thread StephenP
Our project has tied in HippoCMS for pulling a portion of content into wicket pages. I don't have many details to hand but it wasn't too hard. Hippo has a xml over http interface that we use to cache content, before putting the xml elements into wicket models. We are using hippo version 6, but

Re: Wicket + CMS

2008-04-16 Thread Martin Funk
Is that the same one you were talking about here: http://www.nabble.com/wicket-%2B-CMS-to14895305.html#a14913697 If so, what happened to the the versioning/tagging for free? mf 2008/4/15, Igor Vaynberg [EMAIL PROTECTED]: the cms matej and i are working on will be opened shortly after may

Re: Wicket + CMS

2008-04-16 Thread Igor Vaynberg
our requirements changed to the point where jcr became a better fit. remember this is driven by my company's requirements, not my own. we are opening it to give back to the community. -igor On Wed, Apr 16, 2008 at 4:50 AM, Martin Funk [EMAIL PROTECTED] wrote: Is that the same one you were

Re: Wicket + CMS

2008-04-15 Thread Uwe Schäfer
Noz, Felix schrieb: 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

Re: Wicket + CMS

2008-04-15 Thread Markus Strickler
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

Re: Wicket + CMS

2008-04-15 Thread Rüdiger Schulz
2008/4/15, Markus Strickler [EMAIL PROTECTED]: 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. If think you can override getVariation() to accomplish this:

Re: Wicket + CMS

2008-04-15 Thread Jan Kriesten
Hi, 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. hmm, I don't know OpenCMS good enough, but I'd say it shouldn't be a problem to map static files thru a

Re: Wicket + CMS

2008-04-15 Thread Uwe Schäfer
Jan Kriesten schrieb: I just did something like this to have a certain panel use FreeMarker templates which dynamically creates wicket:components (actually, this will be a new CMS based on Wicket... 8 Weeks to go I suppose)! go go go! people are waiting for smth like that ;) i´ve 'heard'

Re: Wicket + CMS

2008-04-15 Thread Igor Vaynberg
the cms matej and i are working on will be opened shortly after may 1st. it is based on wicket and jcr. mind you it is not meant to be a full-blown cms system yet, but rather a framework/library that makes it easy to integrate a cms system into a wicket app. the small example app we will provide

Re: wicket + CMS

2008-01-17 Thread Jan Kriesten
hi jonathan, i'm curious. who out there is using wicket for CMS? i know hippo is, but is there another as well? working on (rewriting) one, but nothing in production yet. regards, --- jan. - To unsubscribe, e-mail:

RE: wicket + CMS

2008-01-17 Thread Hoover, William
or even http://www.magnolia.info/en/magnolia.html -Original Message- From: Florian Sperber [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have you seen: http://cocoondev.org/daisy/index.html ? Maybe

Re: wicket + CMS

2008-01-17 Thread Igor Vaynberg
] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have you seen: http://cocoondev.org/daisy/index.html ? Maybe their approach of keeping a repository could be interesting for you ;-) Kind regards Florian Sperber Igor Vaynberg schrieb

Re: wicket + CMS

2008-01-17 Thread Igor Vaynberg
] wrote: or even http://www.magnolia.info/en/magnolia.html -Original Message- From: Florian Sperber [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have you seen: http

Re: wicket + CMS

2008-01-17 Thread Bruno Borges
, Hoover, William [EMAIL PROTECTED] wrote: or even http://www.magnolia.info/en/magnolia.html -Original Message- From: Florian Sperber [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have

Re: wicket + CMS

2008-01-17 Thread Bruno Borges
://www.magnolia.info/en/magnolia.html -Original Message- From: Florian Sperber [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have you seen: http://cocoondev.org/daisy

Re: wicket + CMS

2008-01-16 Thread Igor Vaynberg
i am writing one right now for my company. i am building it on top of svn so you get versioning/tagging for free. it also allows you to embed tiles which are wicket components into the pages for all the dynamic parts. there is a good chance it will open sourced once i get it to a point where it is

Re: wicket + CMS

2008-01-16 Thread Jonathan Locke
cool. keep us posted! igor.vaynberg wrote: i am writing one right now for my company. i am building it on top of svn so you get versioning/tagging for free. it also allows you to embed tiles which are wicket components into the pages for all the dynamic parts. there is a good chance it

Re: wicket + CMS

2008-01-16 Thread Martin Funk
Hi Igor, just curiosity, how do you cross that gap from java to svn? mf Igor Vaynberg schrieb: i am writing one right now for my company. i am building it on top of svn so you get versioning/tagging for free. it also allows you to embed tiles which are wicket components into the pages for all

Re: wicket + CMS

2008-01-16 Thread Igor Vaynberg
same way all the java apps do, svnkit.com :) -igor On Jan 16, 2008 11:01 PM, Martin Funk [EMAIL PROTECTED] wrote: Hi Igor, just curiosity, how do you cross that gap from java to svn? mf Igor Vaynberg schrieb: i am writing one right now for my company. i am building it on top of svn

Re: wicket + CMS

2008-01-16 Thread Florian Sperber
Hi Igor, have you seen: http://cocoondev.org/daisy/index.html ? Maybe their approach of keeping a repository could be interesting for you ;-) Kind regards Florian Sperber Igor Vaynberg schrieb: same way all the java apps do, svnkit.com :) -igor On Jan 16, 2008 11:01 PM, Martin Funk

Re: wicket + CMS

2008-01-16 Thread Igor Vaynberg
keep in mind that this is designed towards our internal requirements and not as a general purpose cms. that said, one of the requirements is to provide an optimized workflow for our integrators. these guys get down to the nitty gritty - so the most optimized workflow for them is to be able to

Re: wicket + CMS

2008-01-16 Thread Ayodeji Aladejebi
please is it possible to inject Panels using Spring, because my own version of CMS will allow swapping of panels without recompilation. On 1/17/08, Igor Vaynberg [EMAIL PROTECTED] wrote: keep in mind that this is designed towards our internal requirements and not as a general purpose cms.