Re: New wicketstuff progress bar component / project

2008-04-09 Thread Christopher Hlubek
Hi Lucio,

I looked at the pom.xml and fixed a wrong dependency. Currently I
cannot commit to the SVN, but I think it will be fixed soon.

2008/3/27, luciolrv <[EMAIL PROTECTED]>:
>
>  I downloaded svn from the link below,
>  but running maven2 on any of the 3 project gives the error:
>  Missing
>  com.resoap.wicket:wicket-progressbar:jar:0.1-SNAPSHOT
>
>  Is this a repository problem?
>
>  Lucio Rodriguez
>
>
>
>  Christopher Hlubek wrote:
>  >
>  > I always wondered why there was no progress bar component for wicket.
>  > The UploadProgressBar is cool but only for file uploads and not
>  > designed for background tasks or long taking actions.
>  >
>  > So some time ago I wrote a progress bar component to have an easy to
>  > use a component for progress display of some task with AJAX updates. I
>  > recently published this as the "wicketstuff-progressbar" project.
>  >
>
> > Just see the wiki
>  > 
> (http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-progressbar)
>  > for a short description and the examples module for some example code.
>  >
>  > Since this is still work in progress I appreciate your comments or
>  > contribution!
>  >
>  > Thanks,
>  >
>  > Christopher Hlubek
>  >
>
> > -
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/New-wicketstuff-progress-bar-component---project-tp15392340p16321414.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



New wicketstuff progress bar component / project

2008-02-09 Thread Christopher Hlubek
I always wondered why there was no progress bar component for wicket.
The UploadProgressBar is cool but only for file uploads and not
designed for background tasks or long taking actions.

So some time ago I wrote a progress bar component to have an easy to
use a component for progress display of some task with AJAX updates. I
recently published this as the "wicketstuff-progressbar" project.

Since starting new threads in a page is not what you generally want to
do, I added a module "wicketstuff-progressbar-spring" that has a
simple task service implementation to let "the action" run in the
service layer (name could be misleading, cause it's not coupled with
spring, but spring has this nice feature called session scope).

Just see the wiki
(http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-progressbar)
for a short description and the examples module for some example code.

Since this is still work in progress I appreciate your comments or contribution!

Thanks,

Christopher Hlubek

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Where to apply a general security policy

2007-12-13 Thread Christopher Hlubek
AFAIK you could use a custom WebRequestCycle that checks your security
policy on every request (see
http://wicket.sourceforge.net/apidocs/wicket/RequestCycle.html and
http://wicket.sourceforge.net/apidocs/wicket/protocol/http/WebRequestCycle.html).

Best regards,

Christopher Hlubek

2007/12/13, apsegian <[EMAIL PROTECTED]>:
>
> I am requested to apply a security policy in a wicket project on every
> request (including ajax requests) posted to the server. The obvious solution
> to this, is to call a method (like applySecurity()) in every onClick(),
> onUpdate() etc event of all form components of the page. The problem is that
> this solution is very buggy, because every developer   working on this
> project should be aware of this restriction. Is there any method of the
> framework that can be overwritten in order to achieve this more centralized?
> --
> View this message in context: 
> http://www.nabble.com/Where-to-apply-a-general-security-policy-tp14314461p14314461.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]