You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by bachew <ap...@gmail.com> on 2009/07/06 11:38:52 UTC

Web app example

Hi,

Do you have any jsecurity + web app example walk through? What do I need to
implement to store stuff into database?

RE: Web app example

Posted by Bruce Phillips <bp...@ku.edu>.
I renamed the titles and changed Ki to Shiro in most of the first few
paragraphs.  Unfortunately, I don't know how to change the link my blog
software created originally.

 

Bruce

 

From: Les Hazlewood-2 (via Nabble)
[mailto:ml-user+51627-379279763@n2.nabble.com] 
Sent: Tuesday, July 07, 2009 8:32 AM
To: Phillips, Bruce A
Subject: Re: Web app example

 

Hi Bruce - any chance you might be able to modify those to be 'An
Introduction to Shiro, Formerly JSecurity'? ;)

On Tue, Jul 7, 2009 at 7:18 AM, Bruce Phillips <bphillips@...
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3219269&i=0> >
wrote:


See:

http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to
-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1




Chew Boon Aik wrote:
>
> Hi,
>
> Do you have any jsecurity + web app example walk through? What do I
need
> to
> implement to store stuff into database?
>
>

--
View this message in context:
http://n2.nabble.com/Web-app-example-tp3212187p3218623.html
Sent from the Shiro User mailing list archive at Nabble.com.





________________________________

View message @
http://n2.nabble.com/Web-app-example-tp3212187p3219269.html 
To unsubscribe from Re: Web app example, click here
< (link removed) 
1LmVkdXwzMjE4NjIzfDk4NjQ2ODU0Nw==> . 

 


-- 
View this message in context: http://n2.nabble.com/Web-app-example-tp3212187p3219624.html
Sent from the Shiro User mailing list archive at Nabble.com.

Re: Web app example

Posted by Les Hazlewood <lh...@apache.org>.
Hi Bruce - any chance you might be able to modify those to be 'An
Introduction to Shiro, Formerly JSecurity'? ;)

On Tue, Jul 7, 2009 at 7:18 AM, Bruce Phillips <bp...@ku.edu> wrote:

>
> See:
>
>
> http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1
>
>
>
> Chew Boon Aik wrote:
> >
> > Hi,
> >
> > Do you have any jsecurity + web app example walk through? What do I need
> > to
> > implement to store stuff into database?
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/Web-app-example-tp3212187p3218623.html
> Sent from the Shiro User mailing list archive at Nabble.com.
>

Re: Web app example

Posted by Bruce Phillips <bp...@ku.edu>.
See:  

http://www.brucephillips.name/blog/index.cfm/2009/4/5/An-Introduction-to-Ki-formerly-JSecurity--A-Beginners--Tutorial-Part-1 



Chew Boon Aik wrote:
> 
> Hi,
> 
> Do you have any jsecurity + web app example walk through? What do I need
> to
> implement to store stuff into database?
> 
> 

-- 
View this message in context: http://n2.nabble.com/Web-app-example-tp3212187p3218623.html
Sent from the Shiro User mailing list archive at Nabble.com.

Re: Web app example

Posted by Les Hazlewood <lh...@apache.org>.
Shiro does not currently provide any APIs to store anything into any data
source.  Shiro's Realm concept only queries/pulls information from any data
source to perform authentication (login) and authorization (access control)
checks.

There are 2 sample web applications in the project:
samples/spring-hibernate and samples/web.  Try browsing around there - they
should show you how to set up a web application.

- Les

On Mon, Jul 6, 2009 at 5:38 AM, bachew <ap...@gmail.com> wrote:

> Hi,
>
> Do you have any jsecurity + web app example walk through? What do I need to
> implement to store stuff into database?