Hi,

I'm also using Shiro in an application I'm developing. The best example of
how integrating it with my app was looking at the source code for the Spring
sample. It is simple to understand even if you don't know Spring. Take a
look at the org.jsecurity.samples.spring.BootstrapDataPopulator class in
that sample, it contains the SQL commands for creating the default DB schema
for authentication and authorization. Deploy the sample and test it, look at
the source, and you'll understand it quickly. Also, take a look at the
standalone example and see how can you start Shiro in your application and
you're good to go! ;-)

Regards

On Sat, Jul 11, 2009 at 7:06 AM, <[email protected]> wrote:

>  Hi everybody,
>
> I am developing a client/server application, which is none webbased
> application and I am trying to use Apache Ki for the authentication and
> authorization. I found very interesting the quickstart sample from
> Jsecurity, however I cannot figure out how to configure the JDBCRealm in my
> application and which tables I need for the data base. Is there anywhere a
> sample or documentation that could help me to integrate Jsecurity in my
> application?
>
> Thanks in advance,
>
> -Diego Vera
>

Reply via email to