Re: [announce] Wicket Security 1.4 released!

2010-06-11 Thread Emond Papegaaij
On Wednesday 09 June 2010 21:30:39 ViShap wrote:
 I just stumbled upon this announce and didn't have the time to dig deep
 into the code, and the links you suggested don't mention anything, so i
 have a short question:
 
 Is it possible to use annotations instead of that manual hive-file?
 
 If not:  Is it planned or if not, why is it discarded?

With wicket-security 1.4, this is not possible. We (at Topicus) developed a 
set of annotations to replace the hive file, but at this moment it is not 
clear if (or what part) of that set of annotations can be moved to wicket-
security and when I will have the time to do it. This will not be part of 1.4, 
but perhaps 1.5.

Best regards,
Emond

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [announce] Wicket Security 1.4 released!

2010-06-11 Thread david_

Personally I think the hive file is sufficient. Also annotations take more
time to compile :)

2010/6/11 Papegaaij [via Apache Wicket] 
ml-node+2251368-1151411741-232...@n4.nabble.comml-node%2b2251368-1151411741-232...@n4.nabble.com


 On Wednesday 09 June 2010 21:30:39 ViShap wrote:
  I just stumbled upon this announce and didn't have the time to dig deep
  into the code, and the links you suggested don't mention anything, so i
  have a short question:
 
  Is it possible to use annotations instead of that manual hive-file?
 
  If not:  Is it planned or if not, why is it discarded?

 With wicket-security 1.4, this is not possible. We (at Topicus) developed a

 set of annotations to replace the hive file, but at this moment it is not
 clear if (or what part) of that set of annotations can be moved to wicket-
 security and when I will have the time to do it. This will not be part of
 1.4,
 but perhaps 1.5.

 Best regards,
 Emond

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2251368i=0
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2251368i=1



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2251368.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2251509.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: [announce] Wicket Security 1.4 released!

2010-06-09 Thread ViShap
I just stumbled upon this announce and didn't have the time to dig deep into
the code, and the links you suggested don't mention anything, so i have a
short question:

Is it possible to use annotations instead of that manual hive-file?

If not:  Is it planned or if not, why is it discarded?

Thanks,
Markus


RE: [announce] Wicket Security 1.4 released!

2010-06-08 Thread Ben Swenka
Just catching up on emails - thanks! Much appreciated!!!

-Ben

-Original Message-
From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
Sent: Monday, May 31, 2010 9:08 AM
To: users@wicket.apache.org
Subject: [announce] Wicket Security 1.4 released!

We are proud to release Wicket Security 1.4 final.

Wicket Security is an attempt to create an out of the box reusable
authenticating and authorization framework for Apache Wicket. It
contains several projects which can be used standalone or in
conjunction with each other.

After testing the codebase for a while we did not find any issues.

Differences between the 1.4-rc1 release:
 - upgraded dependencies to newest working versions (JUnit 4.x does
not work with Spring)
 - versioned maven plugins to appease the Maven 3 gods.

Many thanks go to Olger Warnier for the initial port of Wicket
Security to Wicket 1.4.

The release is available from the usual Wicket Stuff maven repository:


http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security

If you already depend on Wicket Security, all you need to do is modify
the version of your dependencies in your Maven poms:

repository
idwicketstuff/id
urlhttp://wicketstuff.org/maven/repository/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledtrue/enabled
/releases
/repository

dependency
groupIdorg.apache.wicket.wicket-security/groupId
artifactIdswarm/artifactId
version1.4/version
scopecompile/scope
/dependency

Note that with future releases we will move to a new groupId and
package name (since org.apache.wicket is reserved for Apache Wicket,
and not 3rd party projects).

The future of the Wicket Security project is to remain a standalone
project (it will not be adopted by Apache Wicket), and will continue
to be maintained by Topicus. If you wish to join please let us know!

Emond  Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [announce] Wicket Security 1.4 released!

2010-06-01 Thread david_

I have been using wicket-security for months now, and I'm very happy about
it!
Finally the 1.4 release I've been waiting for :)

I've gathered my information mostly from 
http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security

It is not up to date, but has everything to start with.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2238023.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [announce] Wicket Security 1.4 released!

2010-06-01 Thread Paul Szulc
true, some  kind of quick start could be useful

On Mon, May 31, 2010 at 8:00 PM, Joe Fawzy joewic...@gmail.com wrote:

 Hi
 i heard a lot about this project but have no opportunity to play with it
 i think a (detailed) tutorial or a getting start guide is required(for
 someone like me) to begin using this

 any pointers?

 thanks
 Joe

 On Mon, May 31, 2010 at 5:07 PM, Martijn Dashorst 
 martijn.dasho...@gmail.com wrote:

  We are proud to release Wicket Security 1.4 final.
 
  Wicket Security is an attempt to create an out of the box reusable
  authenticating and authorization framework for Apache Wicket. It
  contains several projects which can be used standalone or in
  conjunction with each other.
 
  After testing the codebase for a while we did not find any issues.
 
  Differences between the 1.4-rc1 release:
   - upgraded dependencies to newest working versions (JUnit 4.x does
  not work with Spring)
   - versioned maven plugins to appease the Maven 3 gods.
 
  Many thanks go to Olger Warnier for the initial port of Wicket
  Security to Wicket 1.4.
 
  The release is available from the usual Wicket Stuff maven repository:
 
 
 
 http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security
 
  If you already depend on Wicket Security, all you need to do is modify
  the version of your dependencies in your Maven poms:
 
 repository
 idwicketstuff/id
 urlhttp://wicketstuff.org/maven/repository/url
 snapshots
 enabledtrue/enabled
 /snapshots
 releases
 enabledtrue/enabled
 /releases
 /repository
 
 dependency
 groupIdorg.apache.wicket.wicket-security/groupId
 artifactIdswarm/artifactId
 version1.4/version
 scopecompile/scope
 /dependency
 
  Note that with future releases we will move to a new groupId and
  package name (since org.apache.wicket is reserved for Apache Wicket,
  and not 3rd party projects).
 
  The future of the Wicket Security project is to remain a standalone
  project (it will not be adopted by Apache Wicket), and will continue
  to be maintained by Topicus. If you wish to join please let us know!
 
  Emond  Martijn
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 




-- 
Best regards,
Paul Szulc

http://paulszulc.wordpress.com


Re: [announce] Wicket Security 1.4 released!

2010-06-01 Thread Martijn Dashorst
http://wicketstuff.org/confluence/display/STUFFWIKI/Getting+started+with+Swarm
http://wicketstuff.org/wicketsecurity/
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-security-examples


On Tue, Jun 1, 2010 at 8:24 AM, Paul Szulc paul.sz...@gmail.com wrote:
 true, some  kind of quick start could be useful

 On Mon, May 31, 2010 at 8:00 PM, Joe Fawzy joewic...@gmail.com wrote:

 Hi
 i heard a lot about this project but have no opportunity to play with it
 i think a (detailed) tutorial or a getting start guide is required(for
 someone like me) to begin using this

 any pointers?

 thanks
 Joe

 On Mon, May 31, 2010 at 5:07 PM, Martijn Dashorst 
 martijn.dasho...@gmail.com wrote:

  We are proud to release Wicket Security 1.4 final.
 
  Wicket Security is an attempt to create an out of the box reusable
  authenticating and authorization framework for Apache Wicket. It
  contains several projects which can be used standalone or in
  conjunction with each other.
 
  After testing the codebase for a while we did not find any issues.
 
  Differences between the 1.4-rc1 release:
   - upgraded dependencies to newest working versions (JUnit 4.x does
  not work with Spring)
   - versioned maven plugins to appease the Maven 3 gods.
 
  Many thanks go to Olger Warnier for the initial port of Wicket
  Security to Wicket 1.4.
 
  The release is available from the usual Wicket Stuff maven repository:
 
 
 
 http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security
 
  If you already depend on Wicket Security, all you need to do is modify
  the version of your dependencies in your Maven poms:
 
         repository
                 idwicketstuff/id
                 urlhttp://wicketstuff.org/maven/repository/url
                 snapshots
                         enabledtrue/enabled
                 /snapshots
                 releases
                         enabledtrue/enabled
                 /releases
         /repository
 
         dependency
                 groupIdorg.apache.wicket.wicket-security/groupId
                 artifactIdswarm/artifactId
                 version1.4/version
                 scopecompile/scope
         /dependency
 
  Note that with future releases we will move to a new groupId and
  package name (since org.apache.wicket is reserved for Apache Wicket,
  and not 3rd party projects).
 
  The future of the Wicket Security project is to remain a standalone
  project (it will not be adopted by Apache Wicket), and will continue
  to be maintained by Topicus. If you wish to join please let us know!
 
  Emond  Martijn
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 




 --
 Best regards,
 Paul Szulc

 http://paulszulc.wordpress.com




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.8

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[announce] Wicket Security 1.4 released!

2010-05-31 Thread Martijn Dashorst
We are proud to release Wicket Security 1.4 final.

Wicket Security is an attempt to create an out of the box reusable
authenticating and authorization framework for Apache Wicket. It
contains several projects which can be used standalone or in
conjunction with each other.

After testing the codebase for a while we did not find any issues.

Differences between the 1.4-rc1 release:
 - upgraded dependencies to newest working versions (JUnit 4.x does
not work with Spring)
 - versioned maven plugins to appease the Maven 3 gods.

Many thanks go to Olger Warnier for the initial port of Wicket
Security to Wicket 1.4.

The release is available from the usual Wicket Stuff maven repository:


http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security

If you already depend on Wicket Security, all you need to do is modify
the version of your dependencies in your Maven poms:

repository
idwicketstuff/id
urlhttp://wicketstuff.org/maven/repository/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledtrue/enabled
/releases
/repository

dependency
groupIdorg.apache.wicket.wicket-security/groupId
artifactIdswarm/artifactId
version1.4/version
scopecompile/scope
/dependency

Note that with future releases we will move to a new groupId and
package name (since org.apache.wicket is reserved for Apache Wicket,
and not 3rd party projects).

The future of the Wicket Security project is to remain a standalone
project (it will not be adopted by Apache Wicket), and will continue
to be maintained by Topicus. If you wish to join please let us know!

Emond  Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [announce] Wicket Security 1.4 released!

2010-05-31 Thread Joe Fawzy
Hi
i heard a lot about this project but have no opportunity to play with it
i think a (detailed) tutorial or a getting start guide is required(for
someone like me) to begin using this

any pointers?

thanks
Joe

On Mon, May 31, 2010 at 5:07 PM, Martijn Dashorst 
martijn.dasho...@gmail.com wrote:

 We are proud to release Wicket Security 1.4 final.

 Wicket Security is an attempt to create an out of the box reusable
 authenticating and authorization framework for Apache Wicket. It
 contains several projects which can be used standalone or in
 conjunction with each other.

 After testing the codebase for a while we did not find any issues.

 Differences between the 1.4-rc1 release:
  - upgraded dependencies to newest working versions (JUnit 4.x does
 not work with Spring)
  - versioned maven plugins to appease the Maven 3 gods.

 Many thanks go to Olger Warnier for the initial port of Wicket
 Security to Wicket 1.4.

 The release is available from the usual Wicket Stuff maven repository:


 http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security

 If you already depend on Wicket Security, all you need to do is modify
 the version of your dependencies in your Maven poms:

repository
idwicketstuff/id
urlhttp://wicketstuff.org/maven/repository/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledtrue/enabled
/releases
/repository

dependency
groupIdorg.apache.wicket.wicket-security/groupId
artifactIdswarm/artifactId
version1.4/version
scopecompile/scope
/dependency

 Note that with future releases we will move to a new groupId and
 package name (since org.apache.wicket is reserved for Apache Wicket,
 and not 3rd party projects).

 The future of the Wicket Security project is to remain a standalone
 project (it will not be adopted by Apache Wicket), and will continue
 to be maintained by Topicus. If you wish to join please let us know!

 Emond  Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org