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]



Re: New wicketstuff progress bar component / project

2008-03-27 Thread Maurice Marrink
Server should be back up as of +-12:00.

Maurice

On Thu, Mar 27, 2008 at 10:00 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Complementing Maurice on this:
>
>  it's also described on the wiki on the developer page
>
>  http://wicketstuff.org/confluence/display/STUFFWIKI/ , although the
>  server seems to be down currently..
>
>
>
>  Maurice Marrink wrote:
>  > ATM the server seems to be down, so that might cause your problem.
>  > otherwise make sure you included the following repository in your pom.
>  >
>  > 
>  >   wicket-snaps
>  >   http://wicketstuff.org/maven/repository
>  >   
>  >   true
>  >   
>  >   
>  >   true
>  >   
>  >   
>  >
>  > Maurice
>  >
>  > On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <[EMAIL PROTECTED]> wrote:
>  >
>  >>  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]
>  >
>  >
>  >
>
>  --
>  -Wicket for love
>
>  Nino Martinez Wael
>  Java Specialist @ Jayway DK
>  http://www.jayway.dk
>  +45 2936 7684
>
>
>
>
>  -
>  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]



Re: New wicketstuff progress bar component / project

2008-03-27 Thread Nino Saturnino Martinez Vazquez Wael

Complementing Maurice on this:

it's also described on the wiki on the developer page

http://wicketstuff.org/confluence/display/STUFFWIKI/ , although the 
server seems to be down currently..


Maurice Marrink wrote:

ATM the server seems to be down, so that might cause your problem.
otherwise make sure you included the following repository in your pom.


wicket-snaps
http://wicketstuff.org/maven/repository

true


true



Maurice

On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <[EMAIL PROTECTED]> wrote:
  

 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]


  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



Re: New wicketstuff progress bar component / project

2008-03-27 Thread Maurice Marrink
ATM the server seems to be down, so that might cause your problem.
otherwise make sure you included the following repository in your pom.


wicket-snaps
http://wicketstuff.org/maven/repository

true


true



Maurice

On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <[EMAIL PROTECTED]> wrote:
>
>  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]



Re: New wicketstuff progress bar component / project

2008-03-26 Thread luciolrv

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]



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]