Search:

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

Search: Search took 0.03 seconds.

  1. Found the answer

    This was actually tied in with my problem specified here.

    After I made the changes to my transactions, as specified at the link above, my queries started to commit when they were supposed to and...
  2. Found the answer

    So after hours upon hours of searching, debugging, and ripping my hair out, I finally stumbled upon this little gem which provided all the answers.

    I never would have suspected something like that...
  3. Setting defaultAutoCommit on DataSource to false rolls back every query

    In my web-based Spring application I'm using the org.apache.commons.dbcp.BasicDataSource bean along with the JdbcTemplate to connect to a MySql database.

    When I set the defaultAutoCommit setting...
  4. Spring Jdbc declarative transactions created but not doing anything

    I have tried to configure declarative transaction management within my Spring-based web application and it refuses to cooperate with me.

    My problem is that transactions are configured and proxy...
  5. Conceptual question regarding application scope

    Hey everyone,

    I'm rather new to Spring and I was just wondering if someone would be able to clear something up for me. What I am wondering is what is the scope of a spring mvc web application. Do...
  6. @Makarand Thanks for the example. What I am...

    @Makarand

    Thanks for the example. What I am trying to do is a little bit different. What I want to be able to do is to send the original form view back to the client and have the error messages...
  7. Validation of model bean submitted using JSON

    Hello everyone,

    I have run into a problem and am just curious if anyone else knows a way around it.

    In my web application I submit values from a form, which is bound to a model bean, via JSON....
  8. Replies
    0
    Views
    1,162

    XSS Protection

    Hello Everyone,

    I am developing my first web application using Spring and I was just wondering if Spring has a library to help with XSS prevention, and encoding or stripping javascript special...
Results 1 to 8 of 8