Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    2,066

    I've got the final solution to my issue, maybe...

    I've got the final solution to my issue, maybe someone else is intrested.
    To secure username e password field, I just put the action of the form to https://mysite/j_spring_security_check.
    To keep...
  2. Replies
    12
    Views
    2,066

    After "long and painful hillness" I decided to...

    After "long and painful hillness" I decided to put the login box into an https iframe. So that all my web site will be in http except the login box in https. In such scenario I hope that posted...
  3. Replies
    12
    Views
    2,066

    I'll dig into documentation and for sure I'll...

    I'll dig into documentation and for sure I'll give to it a try!
    Anyway I think that this filter will encrypt password server side, but from the html page to the server password still will travel in...
  4. Replies
    12
    Views
    2,066

    Tryed your suggestion but I still see my password...

    Tryed your suggestion but I still see my password in HttpFox :(
    IMHO this happens because the start protocol is http.
    I hope to be mistaken, but I'm afraid that the only solution is to expose also...
  5. Replies
    12
    Views
    2,066

    Hi Mark, I've tryied your suggestion, but if you...

    Hi Mark, I've tryied your suggestion, but if you try to inspect ( with httpfox firefox plugin, for example ) the http call from the login page, you'll see that Sprong Security makes a redirect 302...
  6. Replies
    12
    Views
    2,066

    Only j_spring_security_check in https

    Hi, I would like to show login page in http and then post j_password and j_username fields in https to j_spring_security_check action.
    I would like this scenario just to avoid j_password field...
  7. String lenght limit in remote method invocation

    Hi geeks, I must invoke a remote method with one String param.
    This string sometime could be very long ( also more than 100000 chars ).
    I'm just wondering if BlazeDS protocol handles such a...
  8. Replies
    1
    Views
    951

    Please, show me the best way ...

    Hi gurus :D
    I need your advice for this scenario.
    After user registration, the application must send a confirm email to the user.
    The client call a remote RegistrationEJB, that calls, locally, a...
  9. Replies
    1
    Views
    983

    Do my EAR needs a war inside???

    I'm triyng to deploy one ear into a remote server.
    Do I really need a war inside the ear to load Spring context ????
    I'm asking this because this ear is my remote middleware, so I dont want to put...
  10. Replies
    15
    Views
    3,537

    Perfect :) Now I've got the solution. I deploy...

    Perfect :)
    Now I've got the solution.
    I deploy a war both into the server and the client :)

    Thanks a lot :)

    Salud

    Max
  11. Replies
    15
    Views
    3,537

    sorry Jess, but I keep not understanding. I tell...

    sorry Jess, but I keep not understanding.
    I tell what I did up to now.

    One war deployed into JBoss into one machine. In this war I have my applicationContext with the client beans definition, and...
  12. Replies
    15
    Views
    3,537

    Hi Jess, we will use BEA in integration...

    Hi Jess, we will use BEA in integration environment, and production. For development purposes we choosed to use JBoss, much light :)
    So I dont want to use API specific for BEA in my code :)

    Salud...
  13. Replies
    15
    Views
    3,537

    Hi Jess, again me :confused: I've found the...

    Hi Jess, again me :confused:
    I've found the "main class" you are speaking about but, first of all I see two similar classes, one in the front-end war, and another into the backend jar archive. ...
  14. Replies
    7
    Views
    1,269

    of course, for me first was born the test-case,...

    of course, for me first was born the test-case, then my code :D


    Salud

    Max
  15. Replies
    15
    Views
    3,537

    Hello! I'm trying to do the same that you did,...

    Hello!
    I'm trying to do the same that you did, but I dont have understood one thing.
    The client side, ok, it can be a classicale webapp, packaged into one war archive. In this war I have my beans...
  16. Replies
    7
    Views
    1,269

    Well Jess, tell me if I have well understood....

    Well Jess, tell me if I have well understood.
    From the book, if I declare something like this



    <bean id="petStoreTarget">
    ...
    </bean>
    <bean id="petStore"...
  17. Replies
    7
    Views
    1,269

    Very intresting!!! But, would you be so kind to...

    Very intresting!!!
    But, would you be so kind to give me some docs about CMT implementation in Spring, where I can crash my head upon ? :)

    Thanks a lot!

    Salud

    Max
  18. Replies
    7
    Views
    1,269

    Spring vs EJB

    Hi all, I'm triyng to decide if made use of Spring remoting functionality instead of EJB in my distribuited architecture.
    I see two possible point of weakness:

    First.

    Using Spring I dont have...
  19. Replies
    2
    Views
    1,153

    Why ehcaching ?

    Hi gurus!
    I'm sorry if this is not, maybe, the best place to ask this question, but I would like to get better involved in caching systems, so the question id that: which specific benefits I get...
  20. Replies
    6
    Views
    3,209

    Problem solved! Removed listener for Spring in...

    Problem solved!
    Removed listener for Spring in web.xml and now it works fine.

    Salud

    Max
  21. Replies
    6
    Views
    3,209

    So, I noticed also that in web.xml the only...

    *A little bel is ringing... but I can`t place it*... I use JBoss also (next to tomcat) and I have had the same problems a long time ago.

    Please post your complete web.xml if you can.[/quote]
    ...
  22. Replies
    6
    Views
    3,209

    Uhmm... my problem I guess could be even much...

    Uhmm... my problem I guess could be even much more complex, because, looking better at my JBoss boot sequence, I noticed that all beans definition is loaded twice.
    So, I guess, I have "alive" two...
  23. Replies
    6
    Views
    3,209

    Scheduled task repeated twice !

    Hi gurus, this is my scenario:



    <bean id="alertSender" class="it.ras.nsc.services.generic.AlertSender" parent="baseEnv" singleton="true">
    </bean>
    <bean id="readPozzo"...
  24. applicationContext generation with XDoclet

    Hi gurus!! :D

    I have found a way to generate applicationContext with an XDoclet ANT task:



    <taskdef name="springdoclet" classname="xdoclet.modules.spring.SpringDocletTask"...
  25. Replies
    9
    Views
    1,543

    Thanks a lot Erik and jbetancourts, I'll try this...

    Thanks a lot Erik and jbetancourts, I'll try this solution :D
    You help me a lot :)

    Salud

    Max
Results 1 to 25 of 32
Page 1 of 2 1 2