Re: Progress bar component in Tapestry5

2013-01-31 Thread Lance Java
I've implemented a very simple / ugly progress bar in tapestry. You could use
your progress bar widget of choice to make it look prettier (jquery progress
/ bootstrap progress etc). Tasks are managed by the ProgressTaskManager
which is backed by Tapestry's ParallelExecutor.

Some interesting files:
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/model/ProgressTask.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/services/ProgressTaskManagerImpl.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/java/org/lazan/t5/stitch/components/ProgressLink.java
https://github.com/uklance/tapestry-stitch/blob/master/src/main/resources/org/lazan/t5/stitch/components/ProgressLink.tml
https://github.com/uklance/tapestry-stitch/blob/master/src/main/resources/org/lazan/t5/stitch/components/ProgressLink.js

Demo:
https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/java/org/lazan/t5/stitch/demo/pages/ProgressLinkDemo.java
https://github.com/uklance/tapestry-stitch-demo/blob/master/src/main/resources/org/lazan/t5/stitch/demo/pages/ProgressLinkDemo.tml

Cheers,
Lance.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Progress-bar-component-in-Tapestry5-tp5719688p5719709.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: Progress bar component in Tapestry5

2013-01-31 Thread rnicholus
A second option is to make use of Bootstrap's Progress Bar component, if you
are already using Bootstrap, this should be simple to implement. 
http://twitter.github.com/bootstrap/components.html#progress



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Progress-bar-component-in-Tapestry5-tp5719688p5719707.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: Progress bar component in Tapestry5

2013-01-31 Thread Emmanuel DEMEY
Hi,

You can maybe use Tapestry5-jQuery, and create your own Progress Bar with
the jQuery UI Widget : http://jqueryui.com/progressbar/

Manu


2013/1/31 Athneria, Mahendra 

> Hi All,
>
> I have to implement Progress bar in my project. I don't know whether
> Progress Bar is a component in tapestry or not.
>
> Could someone help me if they have any idea how to implement Progress bar
> in Tapestry?
>
> Regards,
> Mahendra
>



-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey