On Jun 8, 2011, at 12:54 PM, Brian Lavender wrote: > And yes, my blog uses Wordpress, not Wicket quite yet.
If you are going to make your blog out of Wicket, you might want to consider using Brix (http://www.brixcms.org). It welds a NoSQL document database to Wicket, along with some basic page management functionality, providing the most important parts of a content management system to Wicket, which of course provides the best of component-oriented web development in Java. In the end, you get a content management system with dynamic components that are written the Wicket way. Imagine your HTML being stored in a database that is accessible to non-technical folks, without losing the power of Wicket components. That's Brix! If you check it out, the Brix demo app is a great place to start. Congrats on your work and welcome to Wicket! Cheers, Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
