Posts Tagged 'Acegi'

Acegi On Ice

I’m developing a new Web frontend that uses ICEfaces, Spring and Acegi. I already had a prototype that used Spring for implementing backing beans for ICEfaces. Business as usual, after month of try-and-error ;-) .

Today, I tried to add Acegi to it for authentication and authorization of the Web access. I re-used my code based on Martin’s ideas and added it to the existing ICEfaces/Spring code. The backing beans all used session scope.

I ...

More
0

Greetings to Acegi Users

“Google Earth” Greeting Cards. What a nice idea. If you work with Acegi you’ll like it ;-)

Greetings

More
0

Spring 2.0: New and Cool!

The Spring guys are doing a good job to spread the word about Spring 2.0. So, I only cite the sources you can find more information about using it. I’m already using it in context to Acegi Security System, Hibernate and Apache Trinidad. It’s impressive how easy it is to integrate Hibernate, even if you follow the old J2EE pattern way.

For short, it’s pretty cool. Development cycles are shorter and the system architecture can be made impressively flexible.

Further reading:

What’s ...

More
0

Howto Secure JSF via Spring/Acegi

I’m working on an implementation to secure JSF via Acegi for some time now. Although, I’ve no time left to develop a fully deployable example to present here, I will give you the most important information that helped me to get things running:

JSF/Acegi authentication with a backing bean

Martin helped me a lot and in the end his example got even better ;-) .

BTW: The JSF-Spring team has announced that they will support ...

More
0