Search:

Type: Posts; User: aek; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Thread: SpringMVC Python

    by aek
    Replies
    2
    Views
    3,154

    Re:

    well, I will see if I can address this lack of SpringMVC in Python. First I will see if someone else are working on it. I'm researching for a project but none has appear to be done on this, all...
  2. Thread: SpringMVC Python

    by aek
    Replies
    2
    Views
    3,154

    SpringMVC Python

    is there a plan to build an Spring MVC like as part of Spring Python framework?, Im new to Python but I already work a lot with SpringMVC and Spring Python fits very well on my container needs but it...
  3. Replies
    0
    Views
    546

    Spring Security in PHP

    For all of Java developers that need an security framework just like Spring Security to work in PHP, it's created hole-security.

    for more details refers to the announce post in this forum...
  4. Replies
    1
    Views
    597

    hole-security-0.1 features

    hole-security brings an pluggable security system where you can adopt the security requirement of your environment. Currently there is a very simple security system because it's on the first release...
  5. Replies
    1
    Views
    597

    Announce: hole-security-0.1 released

    I'm pleased to announce the release of hole-security system for PHP

    This project stands for bring to PHP the kind of security that is provided in Java by Spring Security the formerly Acegi...
  6. issue at MultiActionController at least in 2.5.6

    this is a post for the moderators and Spring team
    I see an issue at MultiActionController in the method bind.
    I'm using spring-framework-2.5.6-with-dependencies and this is the steps for reproduce...
  7. JasperReports Crosstab or Subreports without querys

    I have a question related to the use of Collections datasources in Jasper Report.
    i want to remove all the querys from the Jasper Reports templates and provide all the data needed using my domain...
  8. Replies
    3
    Views
    1,914

    you can use UrlFilenameViewController or...

    you can use UrlFilenameViewController or ParameterizableViewController to do what you want.
    in your handler mapping (can be SimpleUrlHandlerMapping) you can match an url path with a controller id...
  9. Replies
    2
    Views
    1,576

    you can use this class as you like ...

    you can use this class as you like


    HttpClient client = new HttpClient();
    client.sendMessageToEndPoint(url, "<message>hello world</message>");



    public final class HttpClient implements...
  10. the first solution: not tested yet

    I begin to start my own solution like I said in my first post, your post show the same issue that I have, and it's true, spring security does not have support for this, allways reauthenticate the...
  11. re

    does anyone have this kind of issues??, I think that spring security would have this features, and I will do my best effort to make it real but I want to hear if there is something like this in...
  12. Thread: spring json

    by aek
    Replies
    5
    Views
    7,182

    re

    take a look at this blog http://aek-shadowpriest.blogspot.com/ that can help you
  13. Replies
    7
    Views
    4,195

    re

    you need to maintain your http session like the browsers do, you need to keep your sessionId to warranty that every request has as a target your authenticated session, otherwise you would create a...
  14. re

    Im not have a good response for that because, I continue using the Acegi old way, because I am not switch yet to the v3.0 of spring security, I use v2.0.2, where the namespace its really not...
  15. Replies
    6
    Views
    1,781

    re:

    this is how SWF get the flow
    you can do this in your start state:


    DefaultFlowUrlHandler flowUrlHandler = new DefaultFlowUrlHandler();
    String flowID = flowUrlHandler.getFlowId(request);

    then...
  16. new feature: update GrantedAuthorithies on authenticated users

    many of the webapp that use spring security are based on authorities which are generally stored in a database,
    the problem resides when an authority is deleted which should eliminate the...
  17. Replies
    6
    Views
    1,781

    re

    to enable this spring security feature you only need to declare this in your web.xml


    <listener>
    <listener-class>
    org.springframework.security.ui.session.HttpSessionEventPublisher
    ...
  18. Replies
    6
    Views
    1,781

    re:

    there are different ways to catch the session time out, deppending of what frameworks you use or how you propagate the session time out events.
    if you use acegi/spring security you can implements in...
  19. how to syncronize delete on tables in hibernate

    Im using hibernate 3 with spring and I have the an issue, i have a simple many to many relation in the tables User and Role storing the references in the User_Role table, and i want that when i...
  20. you can continue using your config files from...

    you can continue using your config files from Acegi 1.0.4, only change the class names to make the names match spring security packages names, instead of the new namespace configuration
  21. Replies
    3
    Views
    1,333

    re:

    you should probably look for other solution integrated with Spring Security like CAS to reauthenticate the user automatically in every web server if it has been authenticated. the other approach is...
  22. Replies
    5
    Views
    783

    re

    the problem is in your page because spring security is listening in the
    /projektcrm/j_spring_security_check url (if projektcrm is your webapp name)to do the authentication, due to this your form...
  23. Replies
    2
    Views
    562

    re

    a) there is only one filterChainProxy class in Acegi, only the configuration change the behavior of the security. is not just a desicion the selection of

    ...
  24. Re:

    there is another way of load your service layer beans using the tag import in your /WEB-INF/ServletName-servlet.xml:
    <import resource="/xml/business.xml"/>
    <import resource="/xml/security.xml"/>...
  25. Replies
    2
    Views
    1,153

    Re:

    you should take a look at CAS (Central authentication Service) that in mi opinion is more robust solution than JOSSO
Results 1 to 25 of 53
Page 1 of 3 1 2 3