Re: [Wicket-user] Wicket CMS

2006-12-04 Thread Ted Roeloffzen

Hi all,

We've done the first commit of the code for the Wicket-cms named Kronos.
If you want you can get it from the Wicket-stuff svn in the directory

/branches/WICKET_1_2/wicket-kronos-cms

The first time that the application is run it will take a while, because the
repository has to be made.
Later you'll get an exception when you run it, but at this time that is
totally normal.
Hope to here from you all soon.

Ted
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket CMS

2006-12-01 Thread Johannes Fahrenkrug
I'd also love to see some code and I'd like to offer my help, because 
I'm working on a new Wicket project and was already looking for a Java 
CMS that I could integrate into my project a Wicket CMS would be a 
perfect fit!

- Johannes

Ted Roeloffzen wrote:

 Hi all,

 As some of you may know, we're currently working on a Wicket CMS.
 We have begun with implementing the code and very soon we'll put what
 we have so far on wicket-stuff. We still hope that there are some 
 among you
 who are willing to help. If so, don't hesitate to ask.

 Ted  Rick



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV



___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Wicket CMS

2006-11-30 Thread Ted Roeloffzen

Hi all,

As some of you may know, we're currently working on a Wicket CMS.
We have begun with implementing the code and very soon we'll put what
we have so far on wicket-stuff. We still hope that there are some among you
who are willing to help. If so, don't hesitate to ask.

Ted  Rick
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket CMS

2006-11-30 Thread Eelco Hillenius
I think that would work best if you start adding your code to a
project asap, and then start discussions on development/ usability
aspects based on that. In other words: looking forward to see some
code :)

Eelco


On 11/30/06, Ted Roeloffzen [EMAIL PROTECTED] wrote:
 Hi all,

 As some of you may know, we're currently working on a Wicket CMS.
 We have begun with implementing the code and very soon we'll put what
 we have so far on wicket-stuff. We still hope that there are some among you
 who are willing to help. If so, don't hesitate to ask.

 Ted  Rick

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-26 Thread glanzel
Hi



I would strongly recommend a version with wicket templates.

Wouldn't it be the most important reasons for using a Wicket CMS   that you 
don't have to deal

with any scripting language but plain html ?

So I would prefer Number 2 (use Wicket templates, but create additional, CMS 
specific tags for 

'auto-include' of components.)



Greeting grischan



Perhaps we need to define the problem better...


A typical article has an author, date written, date last modified,
tags, content, summary, keywords, title, subtitle, etc.

Some people like to show everything on their blogs, so you get in a
Wicket template:

div wicket:id=article
h1 wicket:id=title[title]/h1
div wicket:id=header
span wicket:id=author/span
span wicket:id=lastModified/span
span wicket:id=published/span
/div
div wicket:id=content/div
/div

Now if someone doesn't like the author, then they would in a PHP world
just remove the declaration...

In Wicket, we have a component hierarchy where the components need to
line up. Remove a component definition form the markup, then you have
to modify the Java code as well...

How do we solve this?

1. use Wicket templates, but use blocks, which are panels. In an admin
interface you get to modify the visibility flag of the blocks on the
template. The template's hierarchy remains fixed, but you can modify
it to some extent.

2. use Wicket templates, but create additional, CMS specific tags for
'auto-include' of components.

3. drop Wicket type templates but rely on a specific templating
solution altogether, and use Wicket for the maintenance screens

Martijn


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Wicket CMS

2006-10-20 Thread Ted Roeloffzen
Here are a few suggestions to start out with. You can repost on the list if you want.I would say you should break this project up into 2 parts, like how I did for wicket-cms.
wicket-cms and wicket-cms-example
This will create a very modular design so others can reuse
wicket-cms in their own applications. You will be designing your core
system as though you are a user of the system too, so you will be
forced to make it as extensible/modular/componentized as
possible. If everything is tightly coupled then you limit the
reusability of the components. Plus its also nice to see how to
integrate a product with an existing system.
Here are a few starting points:1. Make sure the
authorization class is an interface that can be implemented by others
to integrate in their own system's authorization backend. 2. Keep as many components Panel-centric as possible. 
For instance if you have a component that displays a list of
files/content managable by a user I think the abstraction should be
something like...AbstractContentBrowserPanel- This would display a DataTable with hooks like abstract public onContentNameClick(Content content);
ContentBrowserPanel- This would be a default
implementation of the AbstractContentBrowserPanel that implemented
onContentNameClick(Content content) to something like
setResponsePage(new ViewContent(content))

As you can see, now if a user wants to have a page that displays a
list of content, but instead of taking them to the ViewContent page
when they click on a name, they can implement
AbstractContentBrowserPanel.onContentNameClick

(Content content) with something like setPage(new ContentEditor(content))3.
Use as much CSS as possible for layout and design. Others can then
override your classes with their own style sheet(s) to keep the
layout/design consistent with their own.
The core system probably
doesn't even need a custom database schema, I could be wrong, depending
on the features required. But, since you are using JackRabbit to store
content that eliminates the needed for a lot of custom data
structures. wicket-cms-example would need a database of course. Let
me give you an example how I would authorize a user to edit a piece of
content:
// This would be part of wicket-cmspublic interface CMSSecurity { boolean hasPermission(Permission permission);}// This would be part of wicket-cms-examplepublic class MyCustomCMSSecurityImpl {
 boolean hasPermission(Permission permission) { boolean hasPermission = false; // lookup user in database User user = session().load(User.class, CustomSession.get().getUsername());


 if (user.getRoles().contains(permission.getAction() + -role) { hasPermission = true; }  return hasPermission; }}public class ContentEditorPanel {
 ContentEditorPanel(final Content content) { Permission permission = new Permission() { public String getAction() { return edit; }
 public Content getContent() { return content; } }; // get CMSSecurity implementation from somewhere, like the application if (!CMSApplication.getCMSSecurity().hasPermission(permission)) {
 throw new AccessDeniedException(); } }}Note:
General programming suggestion for reusability. Encapsulate finer
grained objects in a wrapper object, like how Permission is above.
This is better than passing everything in a granular fashion, like
breaking it up into Content content, String role, etc. Because now if you want to
add another piece of the system to authorize against you can just add
it to the Permission object without breaking the API. If you break the
API, everyone that uses it will have to recode their stuff that users
it.
I hope all this makes sense, its hard to explain quickly. Let me know if you have any questions.Thanks for keeping me posted.
On 10/19/06, 
Ted Roeloffzen [EMAIL PROTECTED] wrote:


He Joe,Here is the first, very basic design, for the blog.It's all very basic. i.e. There is a single class defined for the access control.This has to be specified more, but that is something for later.



greets,Ted2006/10/17, Joe Toth [EMAIL PROTECTED]:



Hey Ted,It's IRC nick: WeaZeLb0y.How's the wicket based cms going? Will you put out some specs for the design before you implement it? For instance:1. What parts will be pluggable? - ie. authorization/permissions/auditing
2. What technologies will be used? - of course wicket, but will you use JCR, JPA/Hibernate, Spring, EJBs, TinyMCE3. What features will the first iteration include?Also,
I would recommend separating the data/services from the UI. Meaning, if
someone wants to create a complete different UI and use a different
framework they should be able to, for example: GWT, JSF, Struts, etc.
Oddly enough, I never had to create a CMS for myself, which is
one of the reasons I didn't create a fully functional wicket-cms. But,
I know it'll be a requirement for a future project.If you need any help or recommendations or anything, let me know or just ask on the list, like usual.
Thanks,Joe

Re: [Wicket-user] Wicket-CMS Templates

2006-10-17 Thread Martijn Dashorst
Perhaps we need to define the problem better...


A typical article has an author, date written, date last modified,
tags, content, summary, keywords, title, subtitle, etc.

Some people like to show everything on their blogs, so you get in a
Wicket template:

div wicket:id=article
h1 wicket:id=title[title]/h1
div wicket:id=header
span wicket:id=author/span
span wicket:id=lastModified/span
span wicket:id=published/span
/div
div wicket:id=content/div
/div

Now if someone doesn't like the author, then they would in a PHP world
just remove the declaration...

In Wicket, we have a component hierarchy where the components need to
line up. Remove a component definition form the markup, then you have
to modify the Java code as well...

How do we solve this?

1. use Wicket templates, but use blocks, which are panels. In an admin
interface you get to modify the visibility flag of the blocks on the
template. The template's hierarchy remains fixed, but you can modify
it to some extent.

2. use Wicket templates, but create additional, CMS specific tags for
'auto-include' of components.

3. drop Wicket type templates but rely on a specific templating
solution altogether, and use Wicket for the maintenance screens

Martijn

On 10/11/06, middledot [EMAIL PROTECTED] wrote:

 I don't know but if you want a powerful scripting language then you should
 look at JRuby.
 If however you are concerned about users, then you could do it entiry using
 JavaScript. In fact that might open the door for a numer of widgets already
 in the public domain, yui being one of them.
 Les


 Matej Knopp wrote:
 
  The part where wicket would really shine is the part of application
  where you manage content, etc. For the part where you show the content,
  I'd consider multiple approaches.
 
  You definitely need different templating engine (like freemarker), or
  maybe some scripting language. I'm not sure that using just wicket to do
  this part would be best approach, since it would limit the usability for
  users not familiar with wicket.
 
  -Matej
 
  Ted Roeloffzen wrote:
  The reason that Joomla and Drupal are so popular is that it is
  relatively easy to make custom templates and modules. But when we use
  Wicket and Velocity, it becomes a little too difficult for a normal
  user. Someone who has little or no programming experience.
 
  Then there is another problem. Wicket is very strickt about what it
  shows on the page. If something is in the HTML and not in the Code, and
  vice versa, it doesn't work. How could we solve this problem?
 
  greets
 
  Ted
 
  On 10/11/06, *Eelco Hillenius* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  Yep. Look at the wicket-velocity-contrib and wicket-contrib-examples
  in wicket-stuff.
 
  Eelco
 
 
  On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
We've never used that. Are there any examples available when
  using it with
Wicket?
   
   
   
On 10/10/06, Nick Heudecker [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 What about using Velocity templates for markup?



 On 10/10/06, Gwyn Evans [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  wrote:
  My inclination would be to do as much as you can via CSS, but
  if you
  need to add scripting, I'd (a) go with Jython  (b) make a
  major
  effort on examples  documentation!
 
  /Gwyn
 
  On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]  wrote:
   hello all,
  
   Some of you may know that we're working on a Wicket-CMS as
  our grad
project.
   We've been thinking about the use of templates. About how
  we are going
to
   let people create their own templates. As we saw in Drupal
  and Joomla,
there
   templates are full of PHP-code. If we're going to do the
  same with
Java
   code, that means that we force the users the learn Java and
  perhaps
even
   Wicket. This is not very user friendly. We could use only
  CSS-files
and
   generate the HTML-page and put all the data in DIV's and
  SPANs. Do any
of
   you have ideas on how to make the templates as user-friendly
  as
possible?
  
   greets,
  
   Ted
 
 
  --
  Download Wicket 1.2.2 now! - http://wicketframework.org
 
 
   
 
  -
 
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the
  chance to share
your
  opinions on IT  business topics through brief surveys -- and
  earn cash
 
   
 
  

Re: [Wicket-user] Wicket-CMS Templates

2006-10-11 Thread Ted Roeloffzen
The reason that Joomla and Drupal are so popular is that it is relatively easy to make custom templates and modules. But when we use Wicket and Velocity, it becomes a little too difficult for a normal user. Someone who has little or no programming experience. 
Then there is another problem. Wicket is very strickt about what it shows on the page. If something is in the HTML and not in the Code, and vice versa, it doesn't work. How could we solve this problem?greets
TedOn 10/11/06, Eelco Hillenius [EMAIL PROTECTED] wrote:
Yep. Look at the wicket-velocity-contrib and wicket-contrib-examplesin wicket-stuff.EelcoOn 10/10/06, Ted Roeloffzen [EMAIL PROTECTED] wrote:
 We've never used that. Are there any examples available when using it with Wicket? On 10/10/06, Nick Heudecker [EMAIL PROTECTED]
 wrote:  What about using Velocity templates for markup? On 10/10/06, Gwyn Evans [EMAIL PROTECTED]  wrote:
   My inclination would be to do as much as you can via CSS, but if you   need to add scripting, I'd (a) go with Jython  (b) make a major   effort on examples  documentation!
 /Gwyn On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]  wrote:hello all,
   Some of you may know that we're working on a Wicket-CMS as our grad project.We've been thinking about the use of templates. About how we are going
 tolet people create their own templates. As we saw in Drupal and Joomla, theretemplates are full of PHP-code. If we're going to do the same with Java
code, that means that we force the users the learn Java and perhaps evenWicket. This is not very user friendly. We could use only CSS-files andgenerate the HTML-page and put all the data in DIV's and SPANs. Do any
 ofyou have ideas on how to make the templates as user-friendly as possible?   greets,   Ted
   --   Download Wicket 1.2.2 now! - http://wicketframework.org -
   Take Surveys. Earn Cash. Influence the Future of IT   Join SourceForge.net's Techsay panel and you'll get the chance to share your   opinions on IT  business topics through brief surveys -- and earn cash
   http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV   ___
   Wicket-user mailing list   Wicket-user@lists.sourceforge.net   
https://lists.sourceforge.net/lists/listinfo/wicket-user  -  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share your  opinions on IT  business topics through brief surveys -- and earn cash  
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV   ___  Wicket-user mailing list  
Wicket-user@lists.sourceforge.net  https://lists.sourceforge.net/lists/listinfo/wicket-user   
 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wicket-user-Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-11 Thread Matej Knopp
The part where wicket would really shine is the part of application 
where you manage content, etc. For the part where you show the content, 
I'd consider multiple approaches.

You definitely need different templating engine (like freemarker), or 
maybe some scripting language. I'm not sure that using just wicket to do 
this part would be best approach, since it would limit the usability for 
users not familiar with wicket.

-Matej

Ted Roeloffzen wrote:
 The reason that Joomla and Drupal are so popular is that it is 
 relatively easy to make custom templates and modules. But when we use 
 Wicket and Velocity, it becomes a little too difficult for a normal 
 user. Someone who has little or no programming experience.
 
 Then there is another problem. Wicket is very strickt about what it 
 shows on the page. If something is in the HTML and not in the Code, and 
 vice versa, it doesn't work. How could we solve this problem?
 
 greets
 
 Ted
 
 On 10/11/06, *Eelco Hillenius* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 Yep. Look at the wicket-velocity-contrib and wicket-contrib-examples
 in wicket-stuff.
 
 Eelco
 
 
 On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   We've never used that. Are there any examples available when
 using it with
   Wicket?
  
  
  
   On 10/10/06, Nick Heudecker [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
What about using Velocity templates for markup?
   
   
   
On 10/10/06, Gwyn Evans [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  wrote:
 My inclination would be to do as much as you can via CSS, but
 if you
 need to add scripting, I'd (a) go with Jython  (b) make a major
 effort on examples  documentation!

 /Gwyn

 On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  wrote:
  hello all,
 
  Some of you may know that we're working on a Wicket-CMS as
 our grad
   project.
  We've been thinking about the use of templates. About how
 we are going
   to
  let people create their own templates. As we saw in Drupal
 and Joomla,
   there
  templates are full of PHP-code. If we're going to do the
 same with
   Java
  code, that means that we force the users the learn Java and
 perhaps
   even
  Wicket. This is not very user friendly. We could use only
 CSS-files
   and
  generate the HTML-page and put all the data in DIV's and
 SPANs. Do any
   of
  you have ideas on how to make the templates as user-friendly as
   possible?
 
  greets,
 
  Ted


 --
 Download Wicket 1.2.2 now! - http://wicketframework.org


  
 -
 
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the
 chance to share
   your
 opinions on IT  business topics through brief surveys -- and
 earn cash

  
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net

   https://lists.sourceforge.net/lists/listinfo/wicket-user

   
   
   
  
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance
 to share
   your
opinions on IT  business topics through brief surveys -- and
 earn cash
   
  
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
   
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
   
   
   
  
  
  
 -
   Take Surveys. Earn Cash. Influence the Future of IT
   Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
   opinions on IT  business topics through brief surveys -- and
 earn cash
  
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  
   

Re: [Wicket-user] Wicket-CMS Templates

2006-10-11 Thread middledot

I don't know but if you want a powerful scripting language then you should
look at JRuby.
If however you are concerned about users, then you could do it entiry using
JavaScript. In fact that might open the door for a numer of widgets already
in the public domain, yui being one of them.
Les


Matej Knopp wrote:
 
 The part where wicket would really shine is the part of application 
 where you manage content, etc. For the part where you show the content, 
 I'd consider multiple approaches.
 
 You definitely need different templating engine (like freemarker), or 
 maybe some scripting language. I'm not sure that using just wicket to do 
 this part would be best approach, since it would limit the usability for 
 users not familiar with wicket.
 
 -Matej
 
 Ted Roeloffzen wrote:
 The reason that Joomla and Drupal are so popular is that it is 
 relatively easy to make custom templates and modules. But when we use 
 Wicket and Velocity, it becomes a little too difficult for a normal 
 user. Someone who has little or no programming experience.
 
 Then there is another problem. Wicket is very strickt about what it 
 shows on the page. If something is in the HTML and not in the Code, and 
 vice versa, it doesn't work. How could we solve this problem?
 
 greets
 
 Ted
 
 On 10/11/06, *Eelco Hillenius* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 Yep. Look at the wicket-velocity-contrib and wicket-contrib-examples
 in wicket-stuff.
 
 Eelco
 
 
 On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   We've never used that. Are there any examples available when
 using it with
   Wicket?
  
  
  
   On 10/10/06, Nick Heudecker [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
What about using Velocity templates for markup?
   
   
   
On 10/10/06, Gwyn Evans [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  wrote:
 My inclination would be to do as much as you can via CSS, but
 if you
 need to add scripting, I'd (a) go with Jython  (b) make a
 major
 effort on examples  documentation!

 /Gwyn

 On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  wrote:
  hello all,
 
  Some of you may know that we're working on a Wicket-CMS as
 our grad
   project.
  We've been thinking about the use of templates. About how
 we are going
   to
  let people create their own templates. As we saw in Drupal
 and Joomla,
   there
  templates are full of PHP-code. If we're going to do the
 same with
   Java
  code, that means that we force the users the learn Java and
 perhaps
   even
  Wicket. This is not very user friendly. We could use only
 CSS-files
   and
  generate the HTML-page and put all the data in DIV's and
 SPANs. Do any
   of
  you have ideas on how to make the templates as user-friendly
 as
   possible?
 
  greets,
 
  Ted


 --
 Download Wicket 1.2.2 now! - http://wicketframework.org


  

 -
 
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the
 chance to share
   your
 opinions on IT  business topics through brief surveys -- and
 earn cash

  

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net

   https://lists.sourceforge.net/lists/listinfo/wicket-user

   
   
   
  

 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance
 to share
   your
opinions on IT  business topics through brief surveys -- and
 earn cash
   
  

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
   
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
   
   
   
  
  
  

 -
   Take Surveys. Earn Cash. Influence the Future of IT
   Join SourceForge.net's Techsay 

Re: [Wicket-user] Wicket-CMS Templates

2006-10-11 Thread Ted Roeloffzen
But how could you establish a connection between the _javascript_ and the java code from the CMS?On 10/11/06, middledot 
[EMAIL PROTECTED] wrote:I don't know but if you want a powerful scripting language then you should
look at JRuby.If however you are concerned about users, then you could do it entiry using_javascript_. In fact that might open the door for a numer of widgets alreadyin the public domain, yui being one of them.
LesMatej Knopp wrote: The part where wicket would really shine is the part of application where you manage content, etc. For the part where you show the content, I'd consider multiple approaches.
 You definitely need different templating engine (like freemarker), or maybe some scripting language. I'm not sure that using just wicket to do this part would be best approach, since it would limit the usability for
 users not familiar with wicket. -Matej Ted Roeloffzen wrote: The reason that Joomla and Drupal are so popular is that it is relatively easy to make custom templates and modules. But when we use
 Wicket and Velocity, it becomes a little too difficult for a normal user. Someone who has little or no programming experience. Then there is another problem. Wicket is very strickt about what it
 shows on the page. If something is in the HTML and not in the Code, and vice versa, it doesn't work. How could we solve this problem? greets Ted
 On 10/11/06, *Eelco Hillenius* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote: Yep. Look at the wicket-velocity-contrib and wicket-contrib-examples in wicket-stuff. Eelco On 10/10/06, Ted Roeloffzen 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: We've never used that. Are there any examples available when
 using it with Wicket? On 10/10/06, Nick Heudecker [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:  What about using Velocity templates for markup?  
   On 10/10/06, Gwyn Evans [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  wrote:   My inclination would be to do as much as you can via CSS, but if you   need to add scripting, I'd (a) go with Jython  (b) make a
 major   effort on examples  documentation! /Gwyn On 10/10/06, Ted Roeloffzen 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  wrote:hello all,
   Some of you may know that we're working on a Wicket-CMS as our grad project.We've been thinking about the use of templates. About how
 we are going tolet people create their own templates. As we saw in Drupal and Joomla, theretemplates are full of PHP-code. If we're going to do the
 same with Javacode, that means that we force the users the learn Java and perhaps evenWicket. This is not very user friendly. We could use only
 CSS-files andgenerate the HTML-page and put all the data in DIV's and SPANs. Do any ofyou have ideas on how to make the templates as user-friendly
 as possible?   greets,   Ted  
 --   Download Wicket 1.2.2 now! - http://wicketframework.org  
   -   Take Surveys. Earn Cash. Influence the Future of IT
   Join SourceForge.net's Techsay panel and you'll get the chance to share your   opinions on IT  business topics through brief surveys -- and
 earn cash   http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV   ___
   Wicket-user mailing list   Wicket-user@lists.sourceforge.net mailto:
Wicket-user@lists.sourceforge.net   https://lists.sourceforge.net/lists/listinfo/wicket-user
  -
  Take Surveys. Earn Cash. Influence the Future of IT  Join SourceForge.net's Techsay panel and you'll get the chance to share your
  opinions on IT  business topics through brief surveys -- and earn cash  
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
   ___  Wicket-user mailing list  
Wicket-user@lists.sourceforge.net mailto:Wicket-user@lists.sourceforge.net  
https://lists.sourceforge.net/lists/listinfo/wicket-user   
 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to
 share your opinions on IT  business topics through brief surveys -- and earn cash 
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net mailto:Wicket-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wicket-user -
 Take Surveys. Earn Cash. Influence the Future of IT Join 

Re: [Wicket-user] Wicket-CMS Templates

2006-10-11 Thread Eelco Hillenius
On 10/11/06, Ted Roeloffzen [EMAIL PROTECTED] wrote:
 But how could you establish a connection between the javascript and the java
 code from the CMS?

That's the stuff you'll be learning! :)

Rhino, JRuby, Jython, etc, all have excellent Java integration. By the
time you get there, you'll figure it out. The thing I like about
Velocity or Freemarker, as that those give you a very limited - and
limited is good here - language for doing some basic text manipulation
as accessing variables. If you use e.g. JRuby, things can get pretty
wild, and you might open up too much of your machine for possible
misuse. Btw, of the Java script languages I know, PNuts
(https://pnuts.dev.java.net/) is by far my favorite. Not a whole lot
of documentation etc, but I thought the code was set up nice and clear
so armed with a debugger etc, you can get pretty far.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Ted Roeloffzen
hello all,Some of you may know that we're working on a Wicket-CMS as our grad project. We've been thinking about the use of templates. About how we are going to let people create their own templates. As we saw in Drupal and Joomla, there templates are full of PHP-code. If we're going to do the same with Java code, that means that we force the users the learn Java and perhaps even Wicket. This is not very user friendly. We could use only CSS-files and generate the HTML-page and put all the data in DIV's and SPANs. Do any of you have ideas on how to make the templates as user-friendly as possible? 
greets,Ted
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Gwyn Evans
My inclination would be to do as much as you can via CSS, but if you
need to add scripting, I'd (a) go with Jython  (b) make a major
effort on examples  documentation!

/Gwyn

On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED] wrote:
 hello all,

 Some of you may know that we're working on a Wicket-CMS as our grad project.
 We've been thinking about the use of templates. About how we are going to
 let people create their own templates. As we saw in Drupal and Joomla, there
 templates are full of PHP-code. If we're going to do the same with Java
 code, that means that we force the users the learn Java and perhaps even
 Wicket. This is not very user friendly. We could use only CSS-files and
 generate the HTML-page and put all the data in DIV's and SPANs. Do any of
 you have ideas on how to make the templates as user-friendly as possible?

 greets,

 Ted


-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Nick Heudecker
What about using Velocity templates for markup?On 10/10/06, Gwyn Evans [EMAIL PROTECTED] wrote:
My inclination would be to do as much as you can via CSS, but if youneed to add scripting, I'd (a) go with Jython  (b) make a major
effort on examples  documentation!/GwynOn 10/10/06, Ted Roeloffzen [EMAIL PROTECTED] wrote: hello all, Some of you may know that we're working on a Wicket-CMS as our grad project.
 We've been thinking about the use of templates. About how we are going to let people create their own templates. As we saw in Drupal and Joomla, there templates are full of PHP-code. If we're going to do the same with Java
 code, that means that we force the users the learn Java and perhaps even Wicket. This is not very user friendly. We could use only CSS-files and generate the HTML-page and put all the data in DIV's and SPANs. Do any of
 you have ideas on how to make the templates as user-friendly as possible? greets, Ted--Download Wicket 1.2.2 now! - http://wicketframework.org
-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Ted Roeloffzen
We've never used that. Are there any examples available when using it with Wicket?
On 10/10/06, Nick Heudecker [EMAIL PROTECTED] wrote:
What about using Velocity templates for markup? 

On 10/10/06, Gwyn Evans [EMAIL PROTECTED]
 wrote: 
My inclination would be to do as much as you can via CSS, but if youneed to add scripting, I'd (a) go with Jython  (b) make a major 
effort on examples  documentation!/GwynOn 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]
 wrote: hello all, Some of you may know that we're working on a Wicket-CMS as our grad project.  We've been thinking about the use of templates. About how we are going to let people create their own templates. As we saw in Drupal and Joomla, there
 templates are full of PHP-code. If we're going to do the same with Java  code, that means that we force the users the learn Java and perhaps even Wicket. This is not very user friendly. We could use only CSS-files and
 generate the HTML-page and put all the data in DIV's and SPANs. Do any of  you have ideas on how to make the templates as user-friendly as possible? greets, Ted
--Download Wicket 1.2.2 now! - http://wicketframework.org -
Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-CMS Templates

2006-10-10 Thread Eelco Hillenius
Yep. Look at the wicket-velocity-contrib and wicket-contrib-examples
in wicket-stuff.

Eelco


On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED] wrote:
 We've never used that. Are there any examples available when using it with
 Wicket?



 On 10/10/06, Nick Heudecker [EMAIL PROTECTED] wrote:
  What about using Velocity templates for markup?
 
 
 
  On 10/10/06, Gwyn Evans [EMAIL PROTECTED]  wrote:
   My inclination would be to do as much as you can via CSS, but if you
   need to add scripting, I'd (a) go with Jython  (b) make a major
   effort on examples  documentation!
  
   /Gwyn
  
   On 10/10/06, Ted Roeloffzen [EMAIL PROTECTED]  wrote:
hello all,
   
Some of you may know that we're working on a Wicket-CMS as our grad
 project.
We've been thinking about the use of templates. About how we are going
 to
let people create their own templates. As we saw in Drupal and Joomla,
 there
templates are full of PHP-code. If we're going to do the same with
 Java
code, that means that we force the users the learn Java and perhaps
 even
Wicket. This is not very user friendly. We could use only CSS-files
 and
generate the HTML-page and put all the data in DIV's and SPANs. Do any
 of
you have ideas on how to make the templates as user-friendly as
 possible?
   
greets,
   
Ted
  
  
   --
   Download Wicket 1.2.2 now! - http://wicketframework.org
  
  
 -
   Take Surveys. Earn Cash. Influence the Future of IT
   Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
   opinions on IT  business topics through brief surveys -- and earn cash
  
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
  
 https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 
 
 
 -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
  opinions on IT  business topics through brief surveys -- and earn cash
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] wicket CMS type components...

2006-09-25 Thread Ted Roeloffzen
Hello all,As some of you may or may not know, we are the two student who are currently working on our grad project. Our assigment is to create a full-blown CMS for Wicket or at least some components. I was reading some old mails from the mailinglist and a lot of people had ideas and suggestions and some were offering to help and make a group effort out of it. We would really like to hear your ideas and suggestions and if you're willing to help it is also very welcome. 
greetsTed + Rick
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-30 Thread Igor Vaynberg
why not use a dao layer to abstract the persistence - that way it can also be pluggablefor light weight deployments even saving to filesystem might be enough-IgorOn 8/29/06, 
Troy MacNeil [EMAIL PROTECTED] wrote:
JackRabbit looks very interesting, I'll have to download and play withit. I'm not convinced it's ideal for every application though, maybe letthe plug-in decide what persistence method it wants/needs?Your other points are well taken as well. I assume there will be a lot
of rewrites to fix those issues before anything would be finalized.TroyOn Tue, 2006-08-29 at 15:39 -0700, Eelco Hillenius wrote:  4) I'm not the greatest standards buff on earth, but in this case,
  using JSR 170 would make sense imo. http://jackrabbit.apache.org/ looks like a nice implementation of this. Eelco -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1
 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wicket-user-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-30 Thread Eelco Hillenius
Sure. What I mean by planning for it, is that people could at least
take a look at what you'd need for jsr170 so that you don't design
that layer in such a fashion that it shuts you out from jsr170 in the
future.

Eelco


On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 why not use a dao layer to abstract the persistence - that way it can also
 be pluggable

 for light weight deployments even saving to filesystem might be enough

 -Igor



 On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
  JackRabbit looks very interesting, I'll have to download and play with
  it. I'm not convinced it's ideal for every application though, maybe let
  the plug-in decide what persistence method it wants/needs?
 
  Your other points are well taken as well. I assume there will be a lot
  of rewrites to fix those issues before anything would be finalized.
 
  Troy
 
  On Tue, 2006-08-29 at 15:39 -0700, Eelco Hillenius wrote:
4) I'm not the greatest standards buff on earth, but in this case,
using JSR 170 would make sense imo.
  
   http://jackrabbit.apache.org/ looks like a nice implementation of this.
  
   Eelco
  
  
 -
   Using Tomcat but need to do more? Need to support web services,
 security?
   Get stuff done quickly with pre-integrated technology to make your job
 easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
  
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
 easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-30 Thread Eelco Hillenius
Though... in this case you might even argue that directly using jsr170
is just perfect as it is an abstraction for storage itself. Why add
another layer to something that is already specced and pluggable.

Eelco


On 8/30/06, Eelco Hillenius [EMAIL PROTECTED] wrote:
 Sure. What I mean by planning for it, is that people could at least
 take a look at what you'd need for jsr170 so that you don't design
 that layer in such a fashion that it shuts you out from jsr170 in the
 future.

 Eelco


 On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
  why not use a dao layer to abstract the persistence - that way it can also
  be pluggable
 
  for light weight deployments even saving to filesystem might be enough
 
  -Igor
 
 
 
  On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
   JackRabbit looks very interesting, I'll have to download and play with
   it. I'm not convinced it's ideal for every application though, maybe let
   the plug-in decide what persistence method it wants/needs?
  
   Your other points are well taken as well. I assume there will be a lot
   of rewrites to fix those issues before anything would be finalized.
  
   Troy
  
   On Tue, 2006-08-29 at 15:39 -0700, Eelco Hillenius wrote:
 4) I'm not the greatest standards buff on earth, but in this case,
 using JSR 170 would make sense imo.
   
http://jackrabbit.apache.org/ looks like a nice implementation of this.
   
Eelco
   
   
  -
Using Tomcat but need to do more? Need to support web services,
  security?
Get stuff done quickly with pre-integrated technology to make your job
  easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
   
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
   
  https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  -
   Using Tomcat but need to do more? Need to support web services, security?
   Get stuff done quickly with pre-integrated technology to make your job
  easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-30 Thread Jean-Baptiste Quenot
* Igor Vaynberg:

 why not use  a dao layer to abstract the  persistence - that way
 it can also be pluggable

JCR and Jackrabbit rock, I've been using it with Cocoon, and it's
great.  However I don't think it's a good idea to have an
abstraction of the persistence, because:

1) JCR is already an abstraction of a storage API

2) the JCR nodes can have multi-valued properties, and they can
   also point to other nodes in the repository...  That is not so
   easy to implement in a RDBMS.

I'd be glad if Jackrabbit could make its way into Wicket Stuff!
-- 
 Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman




I would be willing to help work on such a project.

On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:

Im also interested. Definitely it would be great to coordinate efforts.




On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:



heh, wicket seems like /the/ framework for writing cms :)

there has been a lot of talk but not a whole lot of action.

i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author

a few students from Topicus are going to write one as a grad project - martijn has more details

sounds like we need to pull the efforts together on this one since there are so many ppl interested. 






-Igor











On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:

Hi,


I am considering to develop reusableContent Management System like
components for polls, comments, blogs, news items, frequently asked
questions, and links. Each component would have an interface for users 
and administrators. Access for regular users would be restricted to
certain roles or totally unrestricted. Access to administrators would
always be restricted to certain roles. Whether or not approval is
required for an item by an administrator would also be configurable. 
Furthermore, access restrictions could also be narrowed down by the
content itself. (e.g. only viewable by registered users).

Each component would generate events upon use, allowing other
functionality to be implemented on top of it (such as notification and 
statistics). Persistence for components would be pluggable with
Hibernate as an implementation provided out of the box. Of course, we
could be more ambitious and go directly for JSR-170 but perhaps JSR-170
would simply be an implementation of persistence. 

Does a project like this already exist or should I roll my own?

Cheers
Erik


-
Using Tomcat but need to do more? Need to support web services, security? 
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user












-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user






-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP








signature.asc
Description: This is a digitally signed message part
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Igor Vaynberg
you mean you already finished bugme and bugeater?-IgorOn 8/29/06, Philip A. Chapman [EMAIL PROTECTED]
 wrote:


  
  


I would be willing to help work on such a project.

On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:

I´m also interested. Definitely it would be great to coordinate efforts.




On 8/28/06, Igor Vaynberg 
[EMAIL PROTECTED] wrote:



heh, wicket seems like /the/ framework for writing cms :)

there has been a lot of talk but not a whole lot of action.

i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author


a few students from Topicus are going to write one as a grad project - martijn has more details

sounds like we need to pull the efforts together on this one since there are so many ppl interested. 






-Igor











On 8/28/06, Erik Brakkee 
[EMAIL PROTECTED] wrote:

Hi,


I am considering to develop reusableContent Management System like
components for polls, comments, blogs, news items, frequently asked
questions, and links. Each component would have an interface for users 
and administrators. Access for regular users would be restricted to
certain roles or totally unrestricted. Access to administrators would
always be restricted to certain roles. Whether or not approval is
required for an item by an administrator would also be configurable. 
Furthermore, access restrictions could also be narrowed down by the
content itself. (e.g. only viewable by registered users).

Each component would generate events upon use, allowing other
functionality to be implemented on top of it (such as notification and 
statistics). Persistence for components would be pluggable with
Hibernate as an implementation provided out of the box. Of course, we
could be more ambitious and go directly for JSR-170 but perhaps JSR-170
would simply be an implementation of persistence. 

Does a project like this already exist or should I roll my own?

Cheers
Erik


-
Using Tomcat but need to do more? Need to support web services, security? 
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user













-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier 
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user







-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

___ Wicket-user mailing list Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user





-- Philip A. ChapmanDesktop and Web Application Development:Java, .NET, PostgreSQL, MySQL, MSSQLLinux, Windows 2000, Windows XP






-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Philip A. Chapman
Bugeater, is very usable, but could still still be improved, I am sure.
I have a few ideas, but am just rolling them around in my head for now.

Bugme has stalled.  A few friends and I got busy and it's just layed
there.  I think it'd still be great to get going.

CMS is something that I have been very interested in.  I'd love to have
such a thing, but have avoided building one myself because, as you say,
I do have other projects that I work on.  Starting up a CMS by myself
would take more time than I could give.  But to collaborate on a CMS
with others  That I can do.  :-)

Besides.  Is a software project *ever* finished?

On Tue, 2006-08-29 at 11:18 -0700, Igor Vaynberg wrote:
 you mean you already finished bugme and bugeater?
 
 -Igor
 
 
 On 8/29/06, Philip A. Chapman [EMAIL PROTECTED]  wrote:
 I would be willing to help work on such a project.
 
 
 On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
  I´m also interested. Definitely it would be great to
  coordinate efforts.
  
  
  On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
  heh, wicket seems like /the/ framework for writing
  cms :)
  
  there has been a lot of talk but not a whole lot of
  action.
  
  i found this: http://code.google.com/p/cms12/ you
  might want to get in touch with the author
  
  a few students from Topicus are going to write one
  as a grad project - martijn has more details
  
  sounds like we need to pull the efforts together on
  this one since there are so many ppl interested. 
  
  
  -Igor 
  
  
  
  On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
  Hi,
  
  
  I am considering to develop
  reusable  Content Management System like
  components for polls, comments, blogs, news
  items, frequently asked
  questions, and links. Each component would
  have an interface for users 
  and administrators. Access for regular users
  would be restricted to
  certain roles or totally unrestricted.
  Access to administrators would
  always be restricted to certain roles.
  Whether or not approval is
  required for an item by an administrator
  would also be configurable. 
  Furthermore, access restrictions could also
  be narrowed down by the
  content itself. (e.g. only viewable by
  registered users).
  
  Each component would generate events upon
  use, allowing other
  functionality to be implemented on top of it
  (such as notification and 
  statistics). Persistence for components
  would be pluggable with
  Hibernate as an implementation provided out
  of the box. Of course, we
  could be more ambitious and go directly for
  JSR-170 but perhaps JSR-170
  would simply be an implementation of
  persistence. 
  
  Does a project like this already exist or
  should I roll my own?
  
  Cheers
Erik
  
  
  
 -
  Using Tomcat but need to do more? Need to
  support web services, security? 
  Get stuff done quickly with pre-integrated
  technology to make your job easier
  Download IBM WebSphere Application Server
  v.1.0.1 based on Apache Geronimo
  
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  
 

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
I'm also interested, I've been putting of a similar project for a while
now and a group effort may help me put the lazy days of Summer behind
me:)




On Tue, 2006-08-29 at 13:16 -0500, Philip A. Chapman wrote:
 I would be willing to help work on such a project.
 
 On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
  I´m also interested. Definitely it would be great to coordinate
  efforts.
  
  
  On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
  heh, wicket seems like /the/ framework for writing cms :)
  
  there has been a lot of talk but not a whole lot of action.
  
  i found this: http://code.google.com/p/cms12/ you might want
  to get in touch with the author
  
  a few students from Topicus are going to write one as a grad
  project - martijn has more details
  
  sounds like we need to pull the efforts together on this one
  since there are so many ppl interested. 
  
  
  -Igor 
  
  
  
  On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
  Hi,
  
  
  I am considering to develop reusable  Content
  Management System like
  components for polls, comments, blogs, news items,
  frequently asked
  questions, and links. Each component would have an
  interface for users 
  and administrators. Access for regular users would
  be restricted to
  certain roles or totally unrestricted. Access to
  administrators would
  always be restricted to certain roles. Whether or
  not approval is
  required for an item by an administrator would also
  be configurable. 
  Furthermore, access restrictions could also be
  narrowed down by the
  content itself. (e.g. only viewable by registered
  users).
  
  Each component would generate events upon use,
  allowing other
  functionality to be implemented on top of it (such
  as notification and 
  statistics). Persistence for components would be
  pluggable with
  Hibernate as an implementation provided out of the
  box. Of course, we
  could be more ambitious and go directly for JSR-170
  but perhaps JSR-170
  would simply be an implementation of persistence. 
  
  Does a project like this already exist or should I
  roll my own?
  
  Cheers
Erik
  
  
  
  -
  Using Tomcat but need to do more? Need to support
  web services, security? 
  Get stuff done quickly with pre-integrated
  technology to make your job easier
  Download IBM WebSphere Application Server v.1.0.1
  based on Apache Geronimo
  
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user 
  
  
  
  
  -
  Using Tomcat but need to do more? Need to support web
  services, security?
  Get stuff done quickly with pre-integrated technology to
  make your job easier 
  Download IBM WebSphere Application Server v.1.0.1 based on
  Apache Geronimo
  
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___ Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Erik Brakkee

 CMS is something that I have been very interested in.  I'd love to have
 such a thing, but have avoided building one myself because, as you say,
 I do have other projects that I work on.  Starting up a CMS by myself
 would take more time than I could give.  But to collaborate on a CMS
 with others  That I can do.  :-)

   
I would also be willing to help. But just to clarify what I meant, I
don't want to develop a CMS, but develop CMS components for use in
wicket applications. In other words, what I am looking for are
components usable in any wicket application with the only dependency
being wicket-core (and possibly wicket-auth). Given the wide choice of
CMSs out there, it would not make sense to develop yet another CMS.

Eelco wrote:

I'd be interested in helping out here and there too. A joint effort
would be great. Though we should be careful not to let such a project
fall in the 'designed by committee' category.

That is my fear as well, especially if we would focus on standards such
as JSR-170 too much. In my opinion, the focus should be on a good
object-oriented design of the components themselves with friendly
interfaces, and on keeping it simple.

I intend to write a comments component for my application anyway
(because I need it), so that could serve as a starting point for further
discussions. Or, slightly rephrased, how do we start?





-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Hugh Willson
Hi all!

I would also be interested in helping out with a Wicket based CMS
solution.  I've been thinking about this a lot lately, but haven't
really made it too far on my own due to time constraints.  It's seems
like this is a common problem with others, so I definitely like the
idea of pooling our resources!

Hugh.

On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
 I'm also interested, I've been putting of a similar project for a while
 now and a group effort may help me put the lazy days of Summer behind
 me:)




 On Tue, 2006-08-29 at 13:16 -0500, Philip A. Chapman wrote:
  I would be willing to help work on such a project.
 
  On Mon, 2006-08-28 at 19:18 -0300, Alexandre Bairos wrote:
   I´m also interested. Definitely it would be great to coordinate
   efforts.
  
  
   On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
   heh, wicket seems like /the/ framework for writing cms :)
  
   there has been a lot of talk but not a whole lot of action.
  
   i found this: http://code.google.com/p/cms12/ you might want
   to get in touch with the author
  
   a few students from Topicus are going to write one as a grad
   project - martijn has more details
  
   sounds like we need to pull the efforts together on this one
   since there are so many ppl interested.
  
  
   -Igor
  
  
  
   On 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
   Hi,
  
  
   I am considering to develop reusable  Content
   Management System like
   components for polls, comments, blogs, news items,
   frequently asked
   questions, and links. Each component would have an
   interface for users
   and administrators. Access for regular users would
   be restricted to
   certain roles or totally unrestricted. Access to
   administrators would
   always be restricted to certain roles. Whether or
   not approval is
   required for an item by an administrator would also
   be configurable.
   Furthermore, access restrictions could also be
   narrowed down by the
   content itself. (e.g. only viewable by registered
   users).
  
   Each component would generate events upon use,
   allowing other
   functionality to be implemented on top of it (such
   as notification and
   statistics). Persistence for components would be
   pluggable with
   Hibernate as an implementation provided out of the
   box. Of course, we
   could be more ambitious and go directly for JSR-170
   but perhaps JSR-170
   would simply be an implementation of persistence.
  
   Does a project like this already exist or should I
   roll my own?
  
   Cheers
 Erik
  
  
   
   -
   Using Tomcat but need to do more? Need to support
   web services, security?
   Get stuff done quickly with pre-integrated
   technology to make your job easier
   Download IBM WebSphere Application Server v.1.0.1
   based on Apache Geronimo
   
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
   
   -
   Using Tomcat but need to do more? Need to support web
   services, security?
   Get stuff done quickly with pre-integrated technology to
   make your job easier
   Download IBM WebSphere Application Server v.1.0.1 based on
   Apache Geronimo
   
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
  
   -
   Using Tomcat but need to do more? Need to support web services, security?
   Get stuff done quickly with pre-integrated technology to make your job 
   easier
   Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
   

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
 I intend to write a comments component for my application anyway
 (because I need it), so that could serve as a starting point for further
 discussions. Or, slightly rephrased, how do we start?

It should start like:
1) someone should take the lead;
2) start defining use cases, and preferably an example application/
proof of concept based on that;
3) build - discuss - build - discuss - ... !

:)

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Martijn Dashorst
Of cource, we wait for our two students to arrive... I'll try to get
them involved earlier though, but their contract only starts next
week.

Martijn

On 8/29/06, Eelco Hillenius [EMAIL PROTECTED] wrote:
  I intend to write a comments component for my application anyway
  (because I need it), so that could serve as a starting point for further
  discussions. Or, slightly rephrased, how do we start?

 It should start like:
 1) someone should take the lead;
 2) start defining use cases, and preferably an example application/
 proof of concept based on that;
 3) build - discuss - build - discuss - ... !

 :)

 Eelco

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and ModalWindow
-- http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Throw in JSR-170 in the mix and have some fun...

Troy MacNeil wrote:
 De-lurking twice in one day, rare indeed;) I'm very much in favour of
 the toolkit with a capable sample application approach though. 
 
 When I've used PHP I've found that the concept of a plug-in for a PHP
 CMS is very informal and undefined. If you want to create a file upload
 plug-in you write a file upload page. You tie it into the rest of the
 CMS almost as an afterthought. 
 
 This lack of rigour leads to some very ugly plug-ins code wise, but
 makes it very easy to write a plug-in or change existing functionality.
 I think that is why there is such a community and so many available
 (often overlapping) plug-ins.
 
 The Java response to this (JSR-107) has been to create large monolithic
 CMSs which use template engines to hide some of the complexity. In
 practise, it makes does make basic templating simple while extending
 functionality or adding new functionality actually becomes more
 daunting.
 
 I think this would ultimately be just as true of a large CMS using
 Wicket for presentation as any of the other presentation layers in use.
 
 I also think it misses the point. Simplify database access with
 Hibernate. Simplify the presentation by hiding complex code in
 components. Ditch templating in favour of some loosely coupled Wicket
 pages using Wickets own HTML separation. I think you'd end up with
 something that competes very well with PHP in terms of simplicity and
 ease of modification while retaining access to the benefits of Java. 
 
 All this is just my opinion, and a simpler sample application like what
 I envision could easily grow into a larger CMS with time or co-exist
 with a more ambitious CMS project.
 
 Troy
 
 On Tue, 2006-08-29 at 17:24 -0400, Hugh Willson wrote:
 Hi Erik!

 I understand your CMS component approach, and it makes a lot of sense.
  I also, however, do see the benefit of creating a full blown CMS in
 Wicket.  I've used a lot of different open sources CMS', and I really
 have yet to find one created using Java that I like.  PHP holds the
 crown when it comes to open source CMS' - not because PHP is superior
 in any way (although it may be in some areas :-), but because of the
 community surrounding PHP based CMS'.  The community is incredible!
 Third party development for Joomla, Drupal and Typo3 blows my mind!  I
 like writing code in Java, and focusing on really clean OO models.
 Because of this, I want to use a clean, simple and modular CMS that I
 can extend easily using Java (and that allows me to take advantage of
 the enormous amounts of high quality Java libraries available).  This
 is where I see Wicket coming into play - it really helps keep things
 simple and clean.  Oh ya, and it's fun to work with!!! :-)  I
 definitely can see the advantages and situations where the components
 you've mentioned would come in handy, but I can also see certain
 situations where a full blown, simple, elegant, and fun to work with
 CMS would help make our lives easier.

 Hugh.

 On 8/29/06, Erik Brakkee [EMAIL PROTECTED] wrote:
 CMS is something that I have been very interested in.  I'd love to have
 such a thing, but have avoided building one myself because, as you say,
 I do have other projects that I work on.  Starting up a CMS by myself
 would take more time than I could give.  But to collaborate on a CMS
 with others  That I can do.  :-)


 I would also be willing to help. But just to clarify what I meant, I
 don't want to develop a CMS, but develop CMS components for use in
 wicket applications. In other words, what I am looking for are
 components usable in any wicket application with the only dependency
 being wicket-core (and possibly wicket-auth). Given the wide choice of
 CMSs out there, it would not make sense to develop yet another CMS.

 Eelco wrote:

 I'd be interested in helping out here and there too. A joint effort
 would be great. Though we should be careful not to let such a project
 fall in the 'designed by committee' category.
 That is my fear as well, especially if we would focus on standards such
 as JSR-170 too much. In my opinion, the focus should be on a good
 object-oriented design of the components themselves with friendly
 interfaces, and on keeping it simple.

 I intend to write a comments component for my application anyway
 (because I need it), so that could serve as a starting point for further
 discussions. Or, slightly rephrased, how do we start?





 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 

Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
On 8/29/06, Troy MacNeil [EMAIL PROTECTED] wrote:
 De-lurking twice in one day, rare indeed;) I'm very much in favour of
 the toolkit with a capable sample application approach though.

 When I've used PHP I've found that the concept of a plug-in for a PHP
 CMS is very informal and undefined. If you want to create a file upload
 plug-in you write a file upload page. You tie it into the rest of the
 CMS almost as an afterthought.

 This lack of rigour leads to some very ugly plug-ins code wise, but
 makes it very easy to write a plug-in or change existing functionality.
 I think that is why there is such a community and so many available
 (often overlapping) plug-ins.

 The Java response to this (JSR-107) has been to create large monolithic
 CMSs which use template engines to hide some of the complexity. In

 practise, it makes does make basic templating simple while extending
 functionality or adding new functionality actually becomes more
 daunting.

 I think this would ultimately be just as true of a large CMS using
 Wicket for presentation as any of the other presentation layers in use.

 I also think it misses the point. Simplify database access with
 Hibernate. Simplify the presentation by hiding complex code in
 components. Ditch templating in favour of some loosely coupled Wicket
 pages using Wickets own HTML separation. I think you'd end up with
 something that competes very well with PHP in terms of simplicity and
 ease of modification while retaining access to the benefits of Java.

 All this is just my opinion, and a simpler sample application like what
 I envision could easily grow into a larger CMS with time or co-exist
 with a more ambitious CMS project.

 Troy

Sounds good to me. My special remarks here would be:

1) Take extra care of scalability. Wicket provides you with tweaking
options (like stateless components now) if you need them. A CMS that
hosts Wicket components should leave such options open too, and the
CMS end-user part should run 'stateless' by default; other parts, that
require logging in, wouldn't need this restriction).

2) The basis should be rock solid. Before people would go wild
developing all kinds of plugins etc, you want something that works
really well (but is still as simple as possible). That's what we tried
with Wicket's versions so far, and I hope we did a decent job at that.

3) If plugins are an important part, OSGi (like
http://cwiki.apache.org/FELIX/index.html) would be very helpful. This
would make it possible to drop in plugins/ components on a running
site, and we wouldn't have to built yet another plugin mechanism.

4) I'm not the greatest standards buff on earth, but in this case,
using JSR 170 would make sense imo. Contrairy to some other JSRs, this
JSR has been backed by implementations from the beginning (though
personally I'd have loved if that would have moved faster), and it is
focussed on functionality especially for CMSses (with nice extra's
like WEBDAV access, different deployment models, etc).

5) While we're at it, we could consider portlet support. It helps to -
even though it wouldn't be implemented right away - plan for such
things so you don't make decisions that'll make it impossible in the
future.

I think the trick would be to look at these issues in abstraction.
Planning for them, and designing the API to fit it wouldn't always
mean implementing it. We (or the people that take this task up) could
implement something really simple that works without OSGi and JSR 170.
But it would be great if such support could be built in later.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Eelco Hillenius
 4) I'm not the greatest standards buff on earth, but in this case,
 using JSR 170 would make sense imo.

http://jackrabbit.apache.org/ looks like a nice implementation of this.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-29 Thread Troy MacNeil
JackRabbit looks very interesting, I'll have to download and play with
it. I'm not convinced it's ideal for every application though, maybe let
the plug-in decide what persistence method it wants/needs?

Your other points are well taken as well. I assume there will be a lot
of rewrites to fix those issues before anything would be finalized.

Troy

On Tue, 2006-08-29 at 15:39 -0700, Eelco Hillenius wrote:
  4) I'm not the greatest standards buff on earth, but in this case,
  using JSR 170 would make sense imo.
 
 http://jackrabbit.apache.org/ looks like a nice implementation of this.
 
 Eelco
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] wicket CMS type components...

2006-08-28 Thread Erik Brakkee
Hi,


I am considering to develop reusable  Content Management System like
components for polls, comments, blogs, news items, frequently asked
questions, and links. Each component would have an interface for users
and administrators. Access for regular users would be restricted to
certain roles or totally unrestricted. Access to administrators would
always be restricted to certain roles. Whether or not approval is
required for an item by an administrator would also be configurable.
Furthermore, access restrictions could also be narrowed down by the
content itself. (e.g. only viewable by registered users).

Each component would generate events upon use, allowing other
functionality to be implemented on top of it (such as notification and
statistics). Persistence for components would be pluggable with
Hibernate as an implementation provided out of the box. Of course, we
could be more ambitious and go directly for JSR-170 but perhaps JSR-170
would simply be an implementation of persistence.

Does a project like this already exist or should I roll my own?

Cheers
  Erik


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Igor Vaynberg
heh, wicket seems like /the/ framework for writing cms :)there has been a lot of talk but not a whole lot of action.i found this: http://code.google.com/p/cms12/
 you might want to get in touch with the authora few students from Topicus are going to write one as a grad project - martijn has more detailssounds like we need to pull the efforts together on this one since there are so many ppl interested.
-IgorOn 8/28/06, Erik Brakkee [EMAIL PROTECTED] wrote:
Hi,I am considering to develop reusableContent Management System likecomponents for polls, comments, blogs, news items, frequently askedquestions, and links. Each component would have an interface for users
and administrators. Access for regular users would be restricted tocertain roles or totally unrestricted. Access to administrators wouldalways be restricted to certain roles. Whether or not approval isrequired for an item by an administrator would also be configurable.
Furthermore, access restrictions could also be narrowed down by thecontent itself. (e.g. only viewable by registered users).Each component would generate events upon use, allowing otherfunctionality to be implemented on top of it (such as notification and
statistics). Persistence for components would be pluggable withHibernate as an implementation provided out of the box. Of course, wecould be more ambitious and go directly for JSR-170 but perhaps JSR-170would simply be an implementation of persistence.
Does a project like this already exist or should I roll my own?CheersErik-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Alexandre Bairos
I´m also interested. Definitely it would be great to coordinate efforts.On 8/28/06, Igor Vaynberg [EMAIL PROTECTED]
 wrote:heh, wicket seems like /the/ framework for writing cms :)
there has been a lot of talk but not a whole lot of action.i found this: http://code.google.com/p/cms12/

 you might want to get in touch with the authora few students from Topicus are going to write one as a grad project - martijn has more detailssounds like we need to pull the efforts together on this one since there are so many ppl interested.
-IgorOn 8/28/06, Erik Brakkee 
[EMAIL PROTECTED] wrote:
Hi,I am considering to develop reusableContent Management System likecomponents for polls, comments, blogs, news items, frequently askedquestions, and links. Each component would have an interface for users
and administrators. Access for regular users would be restricted tocertain roles or totally unrestricted. Access to administrators wouldalways be restricted to certain roles. Whether or not approval isrequired for an item by an administrator would also be configurable.
Furthermore, access restrictions could also be narrowed down by thecontent itself. (e.g. only viewable by registered users).Each component would generate events upon use, allowing otherfunctionality to be implemented on top of it (such as notification and
statistics). Persistence for components would be pluggable withHibernate as an implementation provided out of the box. Of course, wecould be more ambitious and go directly for JSR-170 but perhaps JSR-170would simply be an implementation of persistence.
Does a project like this already exist or should I roll my own?CheersErik-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Eelco Hillenius
 i found this: http://code.google.com/p/cms12/ you might want to get in touch
 with the author

Here's the blog http://www.octonary.com/blog/

 sounds like we need to pull the efforts together on this one since there are
 so many ppl interested.

I'd be interested in helping out here and there too. A joint effort
would be great. Though we should be careful not to let such a project
fall in the 'designed by committee' category.

Eelco

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Upayavira
Eelco Hillenius wrote:
 i found this: http://code.google.com/p/cms12/ you might want to get in touch
 with the author
 
 Here's the blog http://www.octonary.com/blog/
 
 sounds like we need to pull the efforts together on this one since there are
 so many ppl interested.
 
 I'd be interested in helping out here and there too. A joint effort
 would be great. Though we should be careful not to let such a project
 fall in the 'designed by committee' category.

Don't know if I'm off-beam, but using OSGi to give you real-time
pluggable bundles would be really cool. Plug in a blog, or a forum, or
whatever, without any restarts.

I guess you almost need that sort of functionality if you're going to
compete with PHP stuff.

Regards, Upayavira

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Gustavo Santucho
  real-time pluggable bundles

Or the Netbeans Runtime Container.

http://dvbcentral.sourceforge.net/netbeans-runtime.html

-
Gustavo.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Igor Vaynberg
i know apache felix (osgi r4/5?) people have done some integration work with wicket.-IgorOn 8/28/06, Gustavo Santucho 
[EMAIL PROTECTED] wrote:  real-time pluggable bundlesOr the Netbeans Runtime Container.
http://dvbcentral.sourceforge.net/netbeans-runtime.html-Gustavo.-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Eelco Hillenius
Several. For instance
http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:wicket-basics. Read
more on http://www.wicket-wiki.org.uk/wiki/index.php/OSGi (don't know
how up-to-date that is, we had a couple of improvements for
classloading the last few versions).

Eelco


On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 i know apache felix (osgi r4/5?) people have done some integration work with
 wicket.

 -Igor



 On 8/28/06, Gustavo Santucho  [EMAIL PROTECTED] wrote:
   real-time pluggable bundles
 
  Or the Netbeans Runtime Container.
 
  http://dvbcentral.sourceforge.net/netbeans-runtime.html
 
  -
  Gustavo.
 
 
 -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job
 easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user