Wicket CMS functionality for updating text and adding links

2008-10-01 Thread unka_hahrry
, the Wicket-based CMS, but there is only little documentation and examples and so it's difficult for me to understand. It would be very nice if someone could offer me a possiblity how to solve this problem. -- View this message in context: http://www.nabble.com/Wicket-CMS-functionality-for-updating

Wicket CMS

2008-06-24 Thread james yong
/Wicket-CMS-tp18092129p18092129.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket CMS

2008-06-24 Thread Thomas Mäder
, I have a prototype verson at http://code.google.com/p/welo/, but I would like to put efforts into a better one (not necessary mine). Regards, James -- View this message in context: http://www.nabble.com/Wicket-CMS-tp18092129p18092129.html Sent from the Wicket - User mailing list archive

Re: Wicket CMS

2008-06-24 Thread Rodolfo Hansen
like to put efforts into a better one (not necessary mine). Regards, James -- View this message in context: http://www.nabble.com/Wicket-CMS-tp18092129p18092129.html Sent from the Wicket - User mailing list archive at Nabble.com

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

Re: AW: Wicket + CMS

2008-04-18 Thread Frank van Lankvelt
Betreff: Re: Wicket + CMS 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

Re: AW: Wicket + CMS

2008-04-18 Thread Uwe Schäfer
Frank van Lankvelt schrieb: Hi Frank, think we´ve talked at the meetup about that. plug shameless=true The repository is a JCR (JackRabbit) repository extended with workflow and faceted navigation. The CMS is composed as a set of plugins. These Wicket components can be configured and that

Re: AW: Wicket + CMS

2008-04-18 Thread Frank van Lankvelt
Hi Uwe, plug shameless=true The repository is a JCR (JackRabbit) repository extended with workflow and faceted navigation. The CMS is composed as a set of plugins. These Wicket components can be configured and that can be dynamically swapped in and out of the application. We use

Re: AW: Wicket + CMS

2008-04-18 Thread Paolo Di Tommaso
Someones in this thread have ever seen Riot CMS ?! *Riot is a web-based Open Source Content Management System written in Java. It's quite different from other systems as it has been designed to match the needs of custom applications, [..]* http://www.riotfamily.org I think would be relatively

AW: Wicket + CMS

2008-04-17 Thread Noz, Felix
2008 11:57 An: users@wicket.apache.org Betreff: Re: Wicket + CMS 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

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

wicket + CMS

2008-01-16 Thread Jonathan Locke
i'm curious. who out there is using wicket for CMS? i know hippo is, but is there another as well? -- View this message in context: http://www.nabble.com/wicket-%2B-CMS-tp14895305p14895305.html Sent from the Wicket - User mailing list archive at Nabble.com.

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.