Re: [Wicket-user] [Fwd: Re: Wicket-Kronos-CMS repository locked on startup]

2007-05-23 Thread Ted Roeloffzen

The weird thing is, that i've tried it on my pc and it works fine.
I don't get any exceptions and everything works like it should




2007/5/22, Daniel Stoch <[EMAIL PROTECTED]>:


Deleting the repository directory doesn't help. I have tried this
earlier, I think that a new repository is created by KronosApplication
and is immediately started and locked, so later a KronosSession cannot
start it again.

Best regards,
Daniel Stoch

On 5/21/07, Daniel Stoch <[EMAIL PROTECTED]> wrote:
>
> It's possible to delete the repository directory.
> When this is done it should work.
>
> best regards,
>
> Ted Roeloffzen
>
>
> 2007/5/16, Daniel Stoch <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>>:
>
> Hi,
>
> I want to run a Wicket-Kronos-CMS on Tomcat. When I try to enter a
> home page I have an error:
> "WicketMessage: Can't instantiate page using constructor public
> wicket.kronos.frontpage.Frontpage(wicket.PageParameters) and
argument
> "
> which is caused by:
> javax.jcr.RepositoryException: The repository home at repository
> appears to be in use since the file at repository\.lock is locked by
> another process.
> at
> org.apache.jackrabbit.core.RepositoryImpl.acquireRepositoryLock(
RepositoryImpl.java:323)
> at org.apache.jackrabbit.core.RepositoryImpl
> .(RepositoryImpl.java:198)
> at
> org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java
:484)
> at
> org.apache.jackrabbit.core.TransientRepository$2.getRepository(
TransientRepository.java:241)
>
> at
> org.apache.jackrabbit.core.TransientRepository.startRepository(
TransientRepository.java:261)
> at
> org.apache.jackrabbit.core.TransientRepository.login(
TransientRepository.java:329)
> at org.apache.jackrabbit.core.TransientRepository.login
> (TransientRepository.java:359)
> at wicket.kronos.KronosSession.getJCRSession(KronosSession.java
:145)
> at wicket.kronos.frontpage.Frontpage.(Frontpage.java:43)
> at java.lang.reflect.Constructor.newInstance (Constructor.java
:494)
>
> At KronosApplication class there is a line 44:
> DataProcessor.repositoryStartup();
> which starts repository and makes a .lock. When I want to enter a
> Kronos home page in web browser then KronosSession.getJCRSession()
is
> called and it wants to start a repository once again.
>
> Is it a bug or what do I wrong?
> Is there any documentation about this project?
>
> Best regards,
> Daniel Stoch

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket-Kronos-CMS repository locked on startup

2007-05-21 Thread Ted Roeloffzen

It's possible to delete the repository directory.
When this is done it should work.

best regards,

Ted Roeloffzen


2007/5/16, Daniel Stoch <[EMAIL PROTECTED]>:


Hi,

I want to run a Wicket-Kronos-CMS on Tomcat. When I try to enter a
home page I have an error:
"WicketMessage: Can't instantiate page using constructor public
wicket.kronos.frontpage.Frontpage(wicket.PageParameters) and argument
"
which is caused by:
javax.jcr.RepositoryException: The repository home at repository
appears to be in use since the file at repository\.lock is locked by
another process.
at org.apache.jackrabbit.core.RepositoryImpl.acquireRepositoryLock(
RepositoryImpl.java:323)
at org.apache.jackrabbit.core.RepositoryImpl.(
RepositoryImpl.java:198)
at org.apache.jackrabbit.core.RepositoryImpl.create(
RepositoryImpl.java:484)
at org.apache.jackrabbit.core.TransientRepository$2.getRepository(
TransientRepository.java:241)
at org.apache.jackrabbit.core.TransientRepository.startRepository(
TransientRepository.java:261)
at org.apache.jackrabbit.core.TransientRepository.login(
TransientRepository.java:329)
at org.apache.jackrabbit.core.TransientRepository.login(
TransientRepository.java:359)
at wicket.kronos.KronosSession.getJCRSession(KronosSession.java:145)
at wicket.kronos.frontpage.Frontpage.(Frontpage.java:43)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)

At KronosApplication class there is a line 44:
DataProcessor.repositoryStartup();
which starts repository and makes a .lock. When I want to enter a
Kronos home page in web browser then KronosSession.getJCRSession() is
called and it wants to start a repository once again.

Is it a bug or what do I wrong?
Is there any documentation about this project?

Best regards,
Daniel Stoch

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] changing Stylesheet at run-time

2007-01-04 Thread Ted Roeloffzen

Hi all,

I'm working on a CMS that uses Wicket and JackRabbit. Now i want to change
the stylesheet that is used. Is there a way to change that at run-time?

For example.

the current stylesheet is:



and it has to changed to





is that possible and if so how can i do this?



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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] multiple links in article

2006-12-22 Thread Ted Roeloffzen

Hi all,

We are working on a CMS which uses Wicket and Jackrabbit.
Currently we're working on linking between different pieces of content.

We want to have an article which has several links to other content, but how
do we render that with wicket.
Normally i would use a repeater when i don't know how many items i have to
add, but in this case the links
have to be placed between text.

like so:

In the previous article(link) we referred to the site from Wicket(link).

and so.

How could we achieve this while using Wicket?

regards,

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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Table in a form

2006-12-06 Thread Ted Roeloffzen

I want to use a ListView in a Form. Does anybody have some sample code that
i can use?
How do i attach a model to the Form?

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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Table in a form

2006-12-04 Thread Ted Roeloffzen

Hi all,

Is it possible with Wicket to use a DataTable(repeater) in a form?
In every row of the table, there will be at least 2 textfields and a
checkbox.
Is this possible and if so how do I do this?

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.php&p=sourceforge&CID=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-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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-12-01 Thread Ted Roeloffzen

It is indeed a ListView.
Which is attached to an UL-tag

Ted


2006/12/1, Erik van Oosten <[EMAIL PROTECTED]>:


Hi Ted,

I see that the component is called 'list'.
If it is a ListView (or similar) you should also read the FAQ entry on
http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html.

Regards,
Erik.


Ted Roeloffzen wrote:
> list.add(new AttributeModifier("class", new Model() {
> public Object getObject(final Component component)
> {
> String cssClass;
> if(isHorizontal)
> {
>  cssClass = "menuItemsHorizontal";
> } else {
>  cssClass = "menuItemsVertical";
> }
> return cssClass;
> }
>}));
>
> This is almost exactly the same as the example i got from Erik.
>
> Ted

--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-
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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-12-01 Thread Ted Roeloffzen












-
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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-12-01 Thread Ted Roeloffzen

list.add(new AttributeModifier("class", new Model() {
   public Object getObject(final Component component)
   {
   String cssClass;
   if(isHorizontal)
   {
cssClass = "menuItemsHorizontal";
   } else {
cssClass = "menuItemsVertical";
   }
   return cssClass;
   }
  }));

This is almost exactly the same as the example i got from Erik.

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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-12-01 Thread Ted Roeloffzen

Hi all,





> An example is described here:
> http://cwiki.apache.org/WICKET/how-to-modify-an-attribute-on-a-html-tag.html
>



If have taken a look at the example given above, but it still doesn't work.
Wicket won't change the value of the class attribute.

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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Changing class attribute of a HTML-tag

2006-11-30 Thread Ted Roeloffzen

Okay i'll take a look at it.
Thanks to the both of you.

Ted

2006/11/30, Erik van Oosten <[EMAIL PROTECTED]>:


You can change attributes in several ways. The easiest is by adding a
behavior.
An example is described here:

http://cwiki.apache.org/WICKET/how-to-modify-an-attribute-on-a-html-tag.html

Note that some subclasses of AttributeModifier are generally easier to
use.

Regards,
     Erik.

Ted Roeloffzen schreef:
> Hi all,
>
> Is it possible to change the class attribute of a tag at run-time
> using Wicket?
> I need multiple instances of the same component, but with different
> styles.
>
> Ted

--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/


-
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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Changing class attribute of a HTML-tag

2006-11-30 Thread Ted Roeloffzen

Hi all,

Is it possible to change the class attribute of a tag at run-time using
Wicket?
I need multiple instances of the same component, but with different styles.

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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Stylesheet not found

2006-11-30 Thread Ted Roeloffzen

Hi all,

I solved my problem. I changed the way how I linked my stylesheet to


Now it works fine.
Maybe it is possible, in the next version of wicket, to make sure that
people
can use @import url();

Ted


2006/11/30, Ted Roeloffzen <[EMAIL PROTECTED]>:


Hi all,

I  have a small problem. When I run my web-app and then go to
http://localhost:8081/kronos/app in my browser everything is styled as it
should be.
But when i accidentally put a slash (/) behind the url, the stylesheet
wasn't found. Does anybody know what the problem could be?


<
style type="text/css" media ="screen">

@import url("./css/default_style.css");



this is how the stylesheet is linked in the HTML



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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Stylesheet not found

2006-11-30 Thread Ted Roeloffzen

Hi all,

I  have a small problem. When I run my web-app and then go to
http://localhost:8081/kronos/app in my browser everything is styled as it
should be.
But when i accidentally put a slash (/) behind the url, the stylesheet
wasn't found. Does anybody know what the problem could be?




@import url("./css/default_style.css");



this is how the stylesheet is linked in the HTML



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.php&p=sourceforge&CID=DEVDEV___
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 

[Wicket-user] Fwd: Wicket CMS

2006-10-19 Thread Ted Roeloffzen
-- Forwarded message --From: Joe Toth <[EMAIL PROTECTED]>Date: 19-okt-2006 17:16Subject: Re: Wicket CMS
To: Ted Roeloffzen <[EMAIL PROTECTED]>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

Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen

2006/10/17, Pierre-Yves Saumont <[EMAIL PROTECTED]>:
Hi Ted,Unless you already found them, you might be interested by these articles:
http://www.onjava.com/pub/a/onjava/2006/10/04/what-is-java-content-repository.html?page=1http://www-128.ibm.com/developerworks/java/library/j-jcr/
Pierre-Yves 
 
 
I had already seen them, but thanks anyway. 
-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
You're absolutely right Eelco, we are starting with the Design, so you'll see it soon.Than it can be judged by you all, LOL
-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
You are right, I'm sorry. I misread the first answer i got from Tobias. But i do believe what is said on the mailinglist, but i'm still learningWicket and JackRabbit, so some answer may seem strange to me. That is why i ask so much. 
2006/10/17, Alexandru Popescu <[EMAIL PROTECTED]>:
On 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> You are right, i did you a transientrepository. So when i use a different> one, the performance should be better?
>Maybe you should start trying things by your own, as long as it looksyou don't believe most of the answers you are getting on the mailinglists../alex--.w( the_mindstorm )p.> -
> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
You are right, i did you a transientrepository. So when i use a different one, the performance should be better?
-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
>Exactly my point :-). And yes, JCR Sessions are not thread-safe so in>many cases (and as a best practice) you need to make sure it is>thread-confined.
>>./alex>-->.w( the_mindstorm )p.I just asked that on the JackRabbit userlist, as you know, and i got a completely different answer
-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
It is going to be a first version of the CMS, so we can change it later.I'll take a look at the article. Thanks2006/10/17, Eelco Hillenius <
[EMAIL PROTECTED]>:Seems they think keeping a reference in the session is a good idea:
http://permalink.gmane.org/gmane.comp.apache.jackrabbit.devel/7449.That might work, though I don't know how well it scales. That depends
on the resources a session holds on to. If it does hold on toresources directly, a pool would be a better option. Though if you'rejust creating a proof of concept, you might start with a session basedone to keep things simple.
EelcoOn 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> I'll ask around on the JackRabbit user and dev list, maybe that they have a
> solution. But it is pretty expensive to create Sessions in JackRabbit. Your> performance is really shot to hell, when you are constantly creating> sessions. We used it in a very small App and the first time we run it, it
> can take more than 10 seconds to load the page.>> 2006/10/17, Eelco Hillenius <[EMAIL PROTECTED]>:> >> > Requests and components are thread safe in Wicket. The pattern you are
> > looking for might be a thread local (maybe with a servlet filter or> > custom request cycle). I don't know how expensive sessions are to> > create, and whether a pool of them is maintained by a repository. You
> > might have to do some pooling yourself, though I'd be surprised if> > other people haven't thought of that before.> >> > Eelco> >> >> > On 10/17/06, Ted Roeloffzen <
[EMAIL PROTECTED] > wrote:> > > I really want it to be threadsafe, but at this point  i don't have a> good> > > picture of how that is done.
> >> >> -> > 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
I'll ask around on the JackRabbit user and dev list, maybe that they have a solution. But it is pretty expensive to create Sessions in JackRabbit. Your performance is really shot to hell, when you are constantly creating sessions. We used it in a very small App and the first time we run it, it can take more than 10 seconds to load the page.
2006/10/17, Eelco Hillenius <[EMAIL PROTECTED]>:
Requests and components are thread safe in Wicket. The pattern you arelooking for might be a thread local (maybe with a servlet filter orcustom request cycle). I don't know how expensive sessions are tocreate, and whether a pool of them is maintained by a repository. You
might have to do some pooling yourself, though I'd be surprised ifother people haven't thought of that before.EelcoOn 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]
> wrote:> I really want it to be threadsafe, but at this point  i don't have a good> picture of how that is done.-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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
I really want it to be threadsafe, but at this point  i don't have a good picture of how that is done.2006/10/17, Alexandru Popescu <
[EMAIL PROTECTED]>:On 10/17/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:> Do you even need to keep a reference to it? Get a session when you> need it or let it get injected.>> Eelco>The only requirement would be that the JCR Session to be
request-confined (so thread safe). I really think this is possible inWicket, but I am still waiting for your book to go out so that I cangive better answers to this :-)../alex--.w( the_mindstorm )p.

-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
It could be easy to keep a reference, else we have to work with or something like it, because if you have create a session everytime you need it, your performance is shot to hell2006/10/17, Eelco Hillenius <
[EMAIL PROTECTED]>:Do you even need to keep a reference to it? Get a session when you
need it or let it get injected.EelcoOn 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> Alexandru were did you keep the JackRabbit Session in your Wicket
> Application?> Did you keep them in your Wicket-Session or somewhere else?>> greets>> Ted>> 2006/10/17, Alexandru Popescu <> 
[EMAIL PROTECTED]>:> > On 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> > > Hi all,> > >> > > I was wondering if there is anyone who has used Wicket in combination
> with> > > JackRabbit, so he\she could help us avoid some major problems.> > >> >> > In the past, I have been looking at using Wicket and JCR when building> > 
InfoQ.com. However, I don't think there is something to worry about> > the combination of the 2, so most probably you will just have to deal> > with inherent problems of developing an app, but nothing else :-).
> >> > ./alex> > --> > .w( the_mindstorm )p.> >> > > greets,> > >> > > Ted> > >> > >> -
> > > 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
Oh yeah Sorry, i did't realize that it was you. 2006/10/17, Alexandru Popescu <[EMAIL PROTECTED]>:
On 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]
> wrote:> Alexandru were did you keep the JackRabbit Session in your Wicket> Application?> Did you keep them in your Wicket-Session or somewhere else?>As I already think I have answered you on the Jackrabbit list: the JCR
Session is better fitted to the request and not in the Http Session.And to clarify one point: I was investigating Wicket usage at thatpoint, not that I was really building with it../alex--.w( the_mindstorm )p.
> greets>> Ted>> 2006/10/17, Alexandru Popescu <> [EMAIL PROTECTED]>:> > On 10/17/06, Ted Roeloffzen <
[EMAIL PROTECTED]> wrote:> > > Hi all,> > >> > > I was wondering if there is anyone who has used Wicket in combination> with
> > > JackRabbit, so he\she could help us avoid some major problems.> > >> >> > In the past, I have been looking at using Wicket and JCR when building> > InfoQ.com. However, I don't think there is something to worry about
> > the combination of the 2, so most probably you will just have to deal> > with inherent problems of developing an app, but nothing else :-).> >> > ./alex> > --> > .w( the_mindstorm )p.
> >> > > greets,> > >> > > Ted> > >> > >> -> > > 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
Alexandru were did you keep the JackRabbit Session in your Wicket Application? Did you keep them in your Wicket-Session or somewhere else?greetsTed2006/10/17, Alexandru Popescu <
[EMAIL PROTECTED]>:
On 10/17/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> Hi all,>> I was wondering if there is anyone who has used Wicket in combination with
> JackRabbit, so he\she could help us avoid some major problems.>In the past, I have been looking at using Wicket and JCR when buildingInfoQ.com. However, I don't think there is something to worry about
the combination of the 2, so most probably you will just have to dealwith inherent problems of developing an app, but nothing else :-)../alex--.w( the_mindstorm )p.> greets,>> Ted
>> -> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] JackRabbit and Wicket

2006-10-17 Thread Ted Roeloffzen
Hi all,I was wondering if there is anyone who has used Wicket in combination with JackRabbit, so he\she could help us avoid some major problems. greets,Ted
-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] OT: Dandelion Warriors

2006-10-12 Thread Ted Roeloffzen
We just have to give them a choice. Take the blue pill or take the red pill and see how far the rabbithole goes. WhahahahahhaOn 10/12/06, Joe Toth <
[EMAIL PROTECTED]> wrote:Wicket "Helping the humans" is a perfect picture!
We have to attract the younger crowd, before they turn to the darkside...or are we the darkside...On 10/12/06, 

Gwyn Evans <[EMAIL PROTECTED]> wrote:

Specifically, http://starwars.wikia.com/wiki/Wicket_W._WarrickOn 12/10/06, Joe Toth <
[EMAIL PROTECTED]> wrote:
> Did you know Wicket can be used to get rid of pesky dandelions?>> 
http://starwars.wikia.com/wiki/Wicket_and_the_Dandelion_Warriors:_An_Ewok_Adventure
>> Can he be Wicket's mascot, like Duke is to Java?  =)>> -> 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=lnk&kid=120709&bid=263057&dat=121642>> ___> Wicket-user mailing list> 

Wicket-user@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>--Download Wicket 
1.2.2 now! - 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 easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] OT: Dandelion Warriors

2006-10-12 Thread Ted Roeloffzen
Common Eelco, Ewoks rule, the help win the battle for the good guys and there so cute and fuzzy. LOLOn 10/12/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:Haha. I'm not sure what kind of trademarking mess that would get us
in. Hmmm, Ewoks. Before they got introduced, watching Star Wars wasdefendable. But with those furry creatures running around, there wasjust no denying we were actually watching kids' movies. I guess having
such a mascot is good to attract the younger crowd ;)EelcoOn 10/12/06, Joe Toth <[EMAIL PROTECTED]> wrote:> Did you know Wicket can be used to get rid of pesky dandelions?
>> http://starwars.wikia.com/wiki/Wicket_and_the_Dandelion_Warriors:_An_Ewok_Adventure>> Can he be Wicket's mascot, like Duke is to Java?  =)
>> -> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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 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]>> [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]>> [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]
>> [EMAIL PROTECTED]>> wrote:>>  > > What about using Velocity templates for markup?>>  > >>>  > >
>>  > >>>  > > On 10/10/06, Gwyn Evans <[EMAIL PROTECTED]>> [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]>> [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>>  > 

[Wicket-user] Wicket-Contrib-CMS

2006-10-11 Thread Ted Roeloffzen
I was wondering who made the code for Wicket-contrib-CMS?greets,Ted
-
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=lnk&kid=120709&bid=263057&dat=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 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
> 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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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=lnk&kid=120709&bid=263057&dat=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-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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] License for CMS (components)

2006-10-05 Thread Ted Roeloffzen
We want to keep it open source, but there are so many different licenses to choose from.TedOn 10/3/06, Johan Compagner <
[EMAIL PROTECTED]> wrote:can they really do that?I think you can make a close source project on top of it. 
But shouldn't the wicket part, that is written by all of us, still be open? johan
On 9/26/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:

It is true that a company can take the source code and make it closedand sell it with a new label when using Apache license. Personally Idon't mind and there are a lot of people that don't mind either.The problem with taking the ASL product, rebrand it and market it is
that the product will always be behind what the free version provides,as long as the community is active and participating.I don't consider GPL or LGPL to be evil, they are just not my cup of tea.
Martijn
On 9/26/06, Che Schneider <[EMAIL PROTECTED]> wrote:> Hi Martijn,>
> Well said - I did not think about that. And agreed, you might very well
> run into that problem.> I admit that I have not had a thorough look at the Apache license but> only 'read over it' and found it to be too 'open' for my liking: if you> use an Apache-d software, you can keep the whole source secret, you can
> have it all open source, whatever. :)>> On the other hand, is it not true that Apache 2 is compatible with GPL?> *mental note: read Apache and Apache 2 again*>> // Che>

>>> > -Original Message-> > From: [EMAIL PROTECTED]
> > [mailto:
[EMAIL PROTECTED]] On Behalf> > Of Martijn Dashorst> > Sent: Tuesday, September 26, 2006 2:32 PM> > To: 
wicket-user@lists.sourceforge.net
> > Subject: Re: [Wicket-user] License for CMS (components)> >> > I'm very biased against LGPL. The letter of the license is not> > applicable for Java use, and LGPL is strongly at odds with Apache
> > license. If at some time we would like to adopt such components when> > we arrive at Apache, then this will prohibit reusing any code from> > this project.> >> > I'm in favor of Apache 2, since that is what most Wicket projects are
> > based on. I would use a license that is at least compatible with> > Apache.> >> > Martijn> >> > On 9/26/06, Che Schneider <

[EMAIL PROTECTED]> wrote:> > > Hi,> > >> > > My vote goes to LGPL: not as restrictive as GPL but> > preserves the gist> > > of it. :)> > >
> > > // Che> > >> > >> > >> > >> > >> > > > -Original Message-> > > > From: 

[EMAIL PROTECTED]> > > > [mailto:[EMAIL PROTECTED]
] On Behalf> > > > Of Ted Roeloffzen
> > > > Sent: Tuesday, September 26, 2006 2:13 PM> > > > To: wicket-user> > > > Subject: [Wicket-user] License for CMS (components)> > > >> > > > Hello all,
> > > >> > > > We are going to create a Wicket CMS and/or CMS Components,> > > > but we are not sure under which license to do this. Which> > > > license would you prefer? BSD, Apache, (L)GPL or another one?
> > > >> > > > greets,> > > >> > > > Ted> > > > __> > > > DISCLAIMER: This e-mail message is intended for the
> > > > addressee(s) or authorized recipient only. If you are not the> > > > addressee, or an authorized recipient, you are specifically> > > > advised that any use, distribution, publication, copying or
> > > > repetition of this information is prohibited. If you have> > > > received this information in error, please notify us> > > > immediately (+31 (0)20 50 25 800) and destroy this
> > > > message.__> > > > DISCLAIMER: This e-mail message is intended for the> > > > addressee(s) or authorized recipient only. If you are not the
> > > > addressee, or an authorized recipient, you are specifically> > > > advised that any use, distribution, publication, copying or> > > > repetition of this information is prohibited. If you have
> > > > received this information in error, please notify us> > > > immediately (+31 (0)20 50 25 800) and destroy this message.> > > >> > > __
> > > DISCLAIMER: This e-mail message is intended for the> > addressee(s) or authorized recipient only. If you are not the> > addressee, or an authorized recipient, you are specifically

> > advised that any use, distribution, publication, copying or> > repeti

[Wicket-user] License for CMS (components)

2006-09-26 Thread Ted Roeloffzen
Hello all,We are going to create a Wicket CMS and/or CMS Components, but we are not sure under which license to do this. Which license would you prefer? BSD, Apache, (L)GPL or another one?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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] TinyMCE integration

2006-09-25 Thread Ted Roeloffzen
Ok, thanksOn 9/22/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
IANAL, but this is really only a problem in the sense that we'll notmoving the component to Apache. But the wicket-stuff project is meantto stay at sourceforge anyway.I don't think it's a problem for end-users.
EelcoOn 9/22/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:> Ok that is good news, but we still have the problem that the licenses of> TinyMCE and Wicket might be incompatible.
-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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing listWicket-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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Jackrabbit

2006-09-22 Thread Ted Roeloffzen
Hi all,We are trying to make a CMS and CMS-components for wicket and we were told that i could be helpful to use the JSR-170 to store the content. Have any of you used the JSR-170 and aspecially its implementation JackRabbit?
greets
-
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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] TinyMCE integration

2006-09-22 Thread Ted Roeloffzen
Ok that is good news, but we still have the problem that the licenses of TinyMCE and Wicket might be incompatible.On 9/22/06, Eelco Hillenius <
[EMAIL PROTECTED]> wrote:Checked it now, and the current release of tinymce does not work well.
However, this issuehttp://sourceforge.net/tracker/index.php?func=detail&aid=1440124&group_id=103281&atid=635682
suggests the problem I'm experiencing will be gone with the nextrelease.EelcoOn 9/21/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> I also have an open bug report for the system that I'm working on that> tinymce doesn't work well with the latest Safari. I haven't checked> that yet though... maybe other people have experience with that?
>> Eelco>>> On 9/21/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:> > Just one caveat: tinymce is LGPL last time I checked... not sure how
> > this works out, but you can't guarantee that the CMS is then Apache> > licensed (if that is what you're aiming for).> >> > Martijn> >> > On 9/21/06, Janne Hietamäki <
[EMAIL PROTECTED]> wrote:> > >> > > On Sep 21, 2006, at 10:31 AM, Ted Roeloffzen wrote:> > >> > > > Some of you may know that we are trying to create a CMS or a least
> > > > CMS-components with Wicket. When i looked at the Wicket-stuff site> > > > a saw that there is a project to integrate TinyMCE into Wicket. I> > > > was wondering if anyone knows how far along this project is. It
> > > > could be a fine addition to the CMS-components.> > > >> > >> > >> > > wicket-contrib-tinymce works great  for me, just give it a try.> > >
> > > Janne> > >> > >> > >> > > -> > > 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.php&p=sourceforge&CID=DEVDEV> > > ___> > > 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> >> > -
> > 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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] TinyMCE integration

2006-09-21 Thread Ted Roeloffzen
Some of you may know that we are trying to create a CMS or a least CMS-components with Wicket. When i looked at the Wicket-stuff site a saw that there is a project to integrate TinyMCE into Wicket. I was wondering if anyone knows how far along this project is. It could be a fine addition to the CMS-components.
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.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [Wicket-develop] Developing a Wicket CMS

2006-09-15 Thread Ted Roeloffzen
What other types of components would you like to see? How would you all like to see the data stored?Would you like te see a relatively simple database or a content repository like the one described in the JSR-170?
Ted & Rick On 9/14/06, Nick Heudecker <[EMAIL PROTECTED]> wrote:
One project we did about a year ago involved creating a blog for a large automotive client.  They wanted to have multiple users with varying permissions (Writer, Editor/Publisher) and multiple "personas" with which to publish content under. So if John Smith actually wrote the article, when published it could show Howard Prendergas as the author.  
Those are some features I'd like to have.On 9/14/06, Ted Roeloffzen <
[EMAIL PROTECTED]
> wrote:At this point we would very much like to know what kind of components the users and developers of Wicket would like to see. 
When we know that we could narrow our scope. We can target that group of people.Ted & Rick
On 9/13/06, Eelco Hillenius <

[EMAIL PROTECTED]> wrote:
I'd say, first settle on the scope. If you talk about CMS components,what exactly do you mean? Like the examples given: rich textcomponents/ components that are JCR aware (and while you're at it,take a look at 
http://jcp.org/en/jsr/detail?id=283), or do you meancomponents that have to be able to be deployed in a certain CMS?
And if you talk about Wicket CMS, you are talking about a container
like e.g. opencms, Jahia or Apache Lenya or any ofhttp://java-source.net/open-source/content-managment-systems
? Thosethree examples are quite different from each other. For instance, one
choice with a big impact - much larger than whether or not to use JCR(which btw I think is a good idea) - is the workflow support you give.The ability to define roles and workflows for content is something you
would need for anything serious (and don't build that stuff yourself,but e.g. use jBPM).So I think you should first decide whether you want to build widgetswith CMS-like functionality, or whether you want to build a CMS. And
if you want to build a CMS, you have a lot of further scoping to do.:)As a final note, a similar project was done at Topicus 3-4 years agothat used/ considered Jakarta Slide (which was the initial playground
for JSR 170) and had a prototype that was focussed on contentdefinitions etc. Look it up and see if there's anything to learn(probably a bit outdated by now).Good luck and pls keep us informed,


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=lnk&kid=120709&bid=263057&dat=121642
___Wicket-develop mailing listWicket-develop@lists.sourceforge.net

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

-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=lnk&kid=120709&bid=263057&dat=121642___Wicket-develop mailing list

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


-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=lnk&kid=120709&bid=263057&dat=121642___Wicket-develop mailing list
Wicket-develop@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-develop

-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Developing a Wicket CMS

2006-09-13 Thread Ted Roeloffzen
What we would like to do is create these components and to incorporate those in a comlete application.The components could become a Wicket-extension and the CMS could be used by others. Ted & Rick
On 9/13/06, Pierre-Yves Saumont <[EMAIL PROTECTED]> wrote:
Hello,What is the intended audience? Do you intend to create a productsuitable for CMS administrators needs? In that case, we (the list) mightnot really be the ones to ask. Most people here would probably be more
interested in a Wicket-CMS extension, something that would help us tocreate CMSlike applications rather than a full standalone app.As far as I am concerned, I would need components that allow tointegrate easyly some CMS functionnlities in a Web app more than a
complete application.Pierre-YvesTed Roeloffzen a écrit :> Hello Wicket community,>>>>>> We, two IT-students, are currently working on our graduation assignment.
>> Our assignment states that we develop a Wicket CMS, or at least> components for the CMS.>> This assignment will take place from 4-9-2006 until late January of 2007.>> At this stage of the project we are just researching which options
> current popular CMS systems>> are offering and which we should implement in the Wicket CMS.>> At the same time we are researching how wicket works and which options> are useful for using in the Wicket CMS.
>> Through this mailinglist we would like to inform you about our> assignment and we were hoping to get>> any suggestions and ideas from you, about which kind of components would> you like to see and which not.
>> We are also in doubt about using the JSR-170. Are you familiar with this> JSR and if so what>> are your experiences with it. Should we use it or toss it out the window?>>
>> We hope that you're willing to cooperate with us and make this project> into a success.>>>>>> Yours sincerely,>>>> Rick Postma
>>>> &>>>> Ted Roeloffzen>>>>>>>>> 
>> -> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Developing a Wicket CMS

2006-09-13 Thread Ted Roeloffzen








Hello Wicket community,

 

 

We, two IT-students, are currently working on our graduation
assignment. 

Our assignment states that we develop a Wicket CMS, or at
least components for the CMS. 

This assignment will take place from 4-9-2006 until late January
of 2007.

At this stage of the project we are just researching which
options current popular CMS systems 

are offering and which we should implement in the Wicket CMS.


At the same time we are researching how wicket works and
which options are useful for using in the Wicket CMS.

Through this mailinglist we would like to inform you about
our assignment and we were hoping to get

any suggestions and ideas from you, about which kind of
components would you like to see and which not. 

We are also in doubt about using the JSR-170. Are you familiar
with this JSR and if so what

are your experiences with it. Should we use it or toss it
out the window? 

 

We hope that you’re willing to cooperate with us and
make this project into a success. 

 

 

Yours sincerely,

 

Rick Postma

 

&

 

Ted Roeloffzen

 

 

 






-
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=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user