Re: Small Wicket 6 Auth Example

2012-09-27 Thread Anton Bessonov

Hello Martin,

I removed it from dependency, thank you!

Best regards,

Anton

On 09/27/2012 09:15 AM, Martin Grigorov wrote:

1.3.7

^^ This is not really needed.


--
Oracle Certified Expert, Enterprise JavaBeans Developer
Oracle Certified Professional, Java SE 6 Programmer
Professional Scrum Master I & II

Now that's a test of the character of an organization.
Of the organizations that are attempting to implement
Scrum probably, 30% - 35% will successfully implement it.
- Ken Schwaber


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



Re: Small Wicket 6 Auth Example

2012-09-27 Thread Martin Grigorov
Hi,

On Wed, Sep 26, 2012 at 11:39 PM, Anton Bessonov  wrote:
> Hello Wicketeers,
>
> now same example for Wicket 6 and Jetty 8:
>
> https://github.com/Bessonov/wicket-6-example
>
> Best regards,
>
> Anton
>
> On 08/12/2012 08:53 PM, Anton Bessonov wrote:
>>
>> Hello wicketeers,
>>
>> I've updated my old small Wicket example to 1.5.7 and pushed it to github
>> [1]. It's available under cc-by license (also for commercial use,
>> redistributing and so on). Maybe helpful for someone.
>>
>> Example include:
>> - i18n
>> - Hibernate (hsqldb is default and mysql example config is included)
>> - Authentication (Register/Login/Logout, persistent)
>> - Simple Authorization (is_user, is_anonymous roles)
>> - Spring DI
>> - Standalone application packaging (with Jetty and maven-shade-plugin)
>> - Good test coverage
>>
>> Following dependencies are declared:
>> 1.5.7
>> 6.1.25
>> 1.6.6
>> 1.2.14
>> 4.1.5.Final
>> 3.9.0.GA
>> 3.1.2.RELEASE
>> 1.3.7

^^ This is not really needed.

>> 4.8.1
>> 1.4
>> 0.9.1.2
>> 5.1.6
>> 2.2.8
>>
>> Improvements, comments, forks and pull requests are welcome.
>>
>> [1] https://github.com/Bessonov/wicket-example
>>
>> Best regards
>>
>> Anton
>
>
> --
> Oracle Certified Expert, Enterprise JavaBeans Developer
> Oracle Certified Professional, Java SE 6 Programmer
> Professional Scrum Master I & II
>
> Now that's a test of the character of an organization.
> Of the organizations that are attempting to implement
> Scrum probably, 30% - 35% will successfully implement it.
> - Ken Schwaber
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: Small Wicket 6 Auth Example

2012-09-26 Thread Anton Bessonov

Hello Wicketeers,

now same example for Wicket 6 and Jetty 8:

https://github.com/Bessonov/wicket-6-example

Best regards,

Anton

On 08/12/2012 08:53 PM, Anton Bessonov wrote:

Hello wicketeers,

I've updated my old small Wicket example to 1.5.7 and pushed it to 
github [1]. It's available under cc-by license (also for commercial 
use, redistributing and so on). Maybe helpful for someone.


Example include:
- i18n
- Hibernate (hsqldb is default and mysql example config is included)
- Authentication (Register/Login/Logout, persistent)
- Simple Authorization (is_user, is_anonymous roles)
- Spring DI
- Standalone application packaging (with Jetty and maven-shade-plugin)
- Good test coverage

Following dependencies are declared:
1.5.7
6.1.25
1.6.6
1.2.14
4.1.5.Final
3.9.0.GA
3.1.2.RELEASE
1.3.7
4.8.1
1.4
0.9.1.2
5.1.6
2.2.8

Improvements, comments, forks and pull requests are welcome.

[1] https://github.com/Bessonov/wicket-example

Best regards

Anton 


--
Oracle Certified Expert, Enterprise JavaBeans Developer
Oracle Certified Professional, Java SE 6 Programmer
Professional Scrum Master I & II

Now that's a test of the character of an organization.
Of the organizations that are attempting to implement
Scrum probably, 30% - 35% will successfully implement it.
- Ken Schwaber