VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-mvc/page/7

⇱ Spring MVC Archives - Page 7 of 16 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenMarch 25th, 2014
    0 130

    Adding Social Sign In to a Spring MVC Web Application: Integration Testing

    I have written about the challenges of writing unit tests for applications which use Spring Social 1.1.0 and provided one…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 19th, 2014
    2 168

    SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig

    In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecFebruary 17th, 2014
    0 1,111

    Configure favicon.ico in Spring MVC based application

    Favicon is an icon (favicon.ico) associated with your website. Not every website is using favicon though. But most browsers do…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroFebruary 5th, 2014
    1 279

    Migrating Spring MVC RESTful web services to Spring 4

    1   Introduction Spring 4 brings several improvements for MVC applications. In this post I will focus on restful web services…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub KubrynskiJanuary 25th, 2014
    0 182

    Understanding Spring Web Initialization

    Few years ago majority of us were used to write XML config files everywhere, to setup even simple Java EE…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenDecember 30th, 2013
    0 155

    Adding Social Sign In to a Spring MVC Web Application: Unit Testing

    Spring Social 1.0 has a spring-social-test module which provides support for testing Connect implementations and API bindings. This module was…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Oleg VaraksinDecember 18th, 2013
    1 128

    Using more than one property file in Spring MVC

    Everybody heard about portals which combine single web applications to a big one. A portal software works like mashups –…

    Read More »
  • Enterprise Java👁 Image
    Rafal BorowiecNovember 26th, 2013
    1 794

    HOW-TO: Custom error pages in Tomcat with Spring MVC

    Default Tomcat error pages look scary. In addition, they may expose valuable information including server version and exception stack trace.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenOctober 30th, 2013
    1 238

    Adding Social Sign In to a Spring MVC Web Application: Registration and Login

    The first part of this tutorial described how we can configure Spring Social 1.1.0 and Spring Security 3.2.0 but it…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
  • 10
  • ...
  • Last
Back to top button
Close