You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Michal Hlavac <hl...@medium13.sk> on 2005/01/05 17:03:42 UTC

sample application

hello,

can you send me please some sample starting application with login 
writen in tapestry??

thanks, miso



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: sample application

Posted by dw...@vigilantms.com.
It seems to defeat the purpose of having appfuse claim support for Tapestry
yet implement the key piece of the appfuse funtionality not using the
Tapestry framework.   I would suggest borrowing the login code from the
betterpetshop example application,  https://betterpetshop.dev.java.net/.
It also is based on Tapestry/Spring/Hibernate.   It stores the login state
in the visit object and extends a "protected Page" (borrowed from the vlib
application) to validate page access.  

-----Original Message-----
From: Matt Raible [mailto:lists@raibledesigns.com] 
Sent: Wednesday, January 05, 2005 2:21 PM
To: Tapestry users
Subject: Re: sample application

Just FYI...

AppFuse (http://appfuse.dev.java.net) does not really have the 
traditional login example.  It uses container managed authentication 
and JSPs to do the login.  However, this is often a better way to do 
login b/c you don't need to manage any details - the container does it 
for you.

Along these same lines, I'm going to switch to using Acegi Security in 
the next version of AppFuse - it's easier to deploy on different 
containers since everything is contained in the WAR.

http://raibledesigns.com/page/rd?anchor=re_j2ee_app_server_security

Matt

On Jan 5, 2005, at 9:57 AM, Frederic Do Couto wrote:

> You can try to use the AppFuse project.
>
>
> On Wed, 05 Jan 2005 17:03:42 +0100, Michal Hlavac <hl...@medium13.sk> 
> wrote:
>> hello,
>>
>> can you send me please some sample starting application with login
>> writen in tapestry??
>>
>> thanks, miso
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: sample application

Posted by phillip rhodes <rh...@yahoo.com>.
I am working on a tapestry based application that
provides authentication/authorization services.

It's quite a large tapestry app.  I am working on it
several hours a day.  I using it as a basis for a
tapestry ecommerce site and a portal (cms).  It will
eventually be at jsso.org

Just my dev box:
http://dev.rhoderunner.com:8080/jsso/app
http://www.rhoderunner.com/viewcvs/viewcvs.cgi/



--- Matt Raible <li...@raibledesigns.com> wrote:

> Just FYI...
> 
> AppFuse (http://appfuse.dev.java.net) does not
> really have the 
> traditional login example.  It uses container
> managed authentication 
> and JSPs to do the login.  However, this is often a
> better way to do 
> login b/c you don't need to manage any details - the
> container does it 
> for you.
> 
> Along these same lines, I'm going to switch to using
> Acegi Security in 
> the next version of AppFuse - it's easier to deploy
> on different 
> containers since everything is contained in the WAR.
> 
>
http://raibledesigns.com/page/rd?anchor=re_j2ee_app_server_security
> 
> Matt
> 
> On Jan 5, 2005, at 9:57 AM, Frederic Do Couto wrote:
> 
> > You can try to use the AppFuse project.
> >
> >
> > On Wed, 05 Jan 2005 17:03:42 +0100, Michal Hlavac
> <hl...@medium13.sk> 
> > wrote:
> >> hello,
> >>
> >> can you send me please some sample starting
> application with login
> >> writen in tapestry??
> >>
> >> thanks, miso
> >>
> >>
>
---------------------------------------------------------------------
> >> To unsubscribe, e-mail:
> tapestry-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail:
> tapestry-user-help@jakarta.apache.org
> >>
> >>
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> tapestry-user-help@jakarta.apache.org
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tapestry-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: sample application

Posted by Matt Raible <li...@raibledesigns.com>.
Just FYI...

AppFuse (http://appfuse.dev.java.net) does not really have the 
traditional login example.  It uses container managed authentication 
and JSPs to do the login.  However, this is often a better way to do 
login b/c you don't need to manage any details - the container does it 
for you.

Along these same lines, I'm going to switch to using Acegi Security in 
the next version of AppFuse - it's easier to deploy on different 
containers since everything is contained in the WAR.

http://raibledesigns.com/page/rd?anchor=re_j2ee_app_server_security

Matt

On Jan 5, 2005, at 9:57 AM, Frederic Do Couto wrote:

> You can try to use the AppFuse project.
>
>
> On Wed, 05 Jan 2005 17:03:42 +0100, Michal Hlavac <hl...@medium13.sk> 
> wrote:
>> hello,
>>
>> can you send me please some sample starting application with login
>> writen in tapestry??
>>
>> thanks, miso
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: sample application

Posted by Frederic Do Couto <fr...@gmail.com>.
You can try to use the AppFuse project.


On Wed, 05 Jan 2005 17:03:42 +0100, Michal Hlavac <hl...@medium13.sk> wrote:
> hello,
> 
> can you send me please some sample starting application with login
> writen in tapestry??
> 
> thanks, miso
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org