You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Christopher Hlubek <br...@gmail.com> on 2008/02/10 02:35:09 UTC

New wicketstuff progress bar component / project

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: New wicketstuff progress bar component / project

Posted by Maurice Marrink <ma...@gmail.com>.
Server should be back up as of +-12:00.

Maurice

On Thu, Mar 27, 2008 at 10:00 AM, Nino Saturnino Martinez Vazquez Wael
<ni...@jayway.dk> 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.
>  >
>  > <repository>
>  >                       <id>wicket-snaps</id>
>  >                       <url>http://wicketstuff.org/maven/repository</url>
>  >                       <snapshots>
>  >                               <enabled>true</enabled>
>  >                       </snapshots>
>  >                       <releases>
>  >                               <enabled>true</enabled>
>  >                       </releases>
>  >               </repository>
>  >
>  > Maurice
>  >
>  > On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <lu...@impa.br> 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: users-unsubscribe@wicket.apache.org
>  >>  > For additional commands, e-mail: users-help@wicket.apache.org
>  >>  >
>  >>  >
>  >>  >
>  >>
>  >>  --
>  >>  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: users-unsubscribe@wicket.apache.org
>  >>  For additional commands, e-mail: users-help@wicket.apache.org
>  >>
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  > For additional commands, e-mail: users-help@wicket.apache.org
>  >
>  >
>  >
>
>  --
>  -Wicket for love
>
>  Nino Martinez Wael
>  Java Specialist @ Jayway DK
>  http://www.jayway.dk
>  +45 2936 7684
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: New wicketstuff progress bar component / project

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
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.
>
> <repository>
> 			<id>wicket-snaps</id>
> 			<url>http://wicketstuff.org/maven/repository</url>
> 			<snapshots>
> 				<enabled>true</enabled>
> 			</snapshots>
> 			<releases>
> 				<enabled>true</enabled>
> 			</releases>
> 		</repository>
>
> Maurice
>
> On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <lu...@impa.br> 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: users-unsubscribe@wicket.apache.org
>>  > For additional commands, e-mail: users-help@wicket.apache.org
>>  >
>>  >
>>  >
>>
>>  --
>>  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: users-unsubscribe@wicket.apache.org
>>  For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>   

-- 
-Wicket for love

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


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


Re: New wicketstuff progress bar component / project

Posted by Maurice Marrink <ma...@gmail.com>.
ATM the server seems to be down, so that might cause your problem.
otherwise make sure you included the following repository in your pom.

<repository>
			<id>wicket-snaps</id>
			<url>http://wicketstuff.org/maven/repository</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<releases>
				<enabled>true</enabled>
			</releases>
		</repository>

Maurice

On Thu, Mar 27, 2008 at 4:47 AM, luciolrv <lu...@impa.br> 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: users-unsubscribe@wicket.apache.org
>  > For additional commands, e-mail: users-help@wicket.apache.org
>  >
>  >
>  >
>
>  --
>  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: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: New wicketstuff progress bar component / project

Posted by Christopher Hlubek <br...@gmail.com>.
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 <lu...@impa.br>:
>
>  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: users-unsubscribe@wicket.apache.org
>  > For additional commands, e-mail: users-help@wicket.apache.org
>  >
>  >
>  >
>
>
>  --
>  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: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: New wicketstuff progress bar component / project

Posted by luciolrv <lu...@impa.br>.
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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org