Results 1 to 3 of 3

Thread: żExamples of using Acegi without Spring in standalone app?

  1. #1
    Join Date
    Feb 2005
    Location
    Madrid
    Posts
    1

    Default żExamples of using Acegi without Spring in standalone app?

    Hello,
    we are currently designing the security "module" of a standalone application written as an Eclipse RCP app (that app is being designed now too by a group of persons located near me). It is not planned to use Spring for the app.
    żDo you know about any tutorial or example or anything related to this context? -> Standalone Java Application + Acegi (without Spring). The applications will access the business logic through EJB invocations.

    Thanks in advance
    --
    Fernando

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    You'd be best off using the security model of your EJB server.

    As I've said elsewhere on these forums, I wouldn't use EJBs in any new application unless they're (a) politically required or (b) you have a major existing investment in custom EJBs that are too difficult to port to POJOs.

    Acegi Security adds value to Spring-powered applications. I can't picture what extra value it would add on the server-side if you're only got EJBs running.

  3. #3
    Join Date
    Mar 2008
    Posts
    10

    Default can we use Acegi for standalone..?

    I hope Ben Alex read this post
    can we use Acegi for standalone..?
    can u post sample code

Similar Threads

  1. Replies: 6
    Last Post: Jan 21st, 2012, 10:32 AM
  2. Spring 1.2 Resource + Acegi 0.8.2 Jaas problem
    By gmansoor in forum Security
    Replies: 10
    Last Post: Feb 26th, 2007, 02:14 PM
  3. Replies: 2
    Last Post: Sep 8th, 2005, 05:50 AM
  4. Use acegi in a standalone application
    By Tud in forum Security
    Replies: 4
    Last Post: Apr 8th, 2005, 06:39 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •