VOOZH about

URL: https://www.javacodegeeks.com/tag/spring/page/96

⇱ Spring Archives - Page 96 of 112 - Java Code Geeks


  • Enterprise Java👁 Image
    Boris LamAugust 24th, 2012
    1 549

    Customizing Spring Data JPA Repository

    Spring Data is a very convenient library. However, as the project as quite new, it is not well featured. By…

    Read More »
  • Enterprise Java👁 Image
    Kamesh RaoAugust 23rd, 2012
    4 154

    Maven Web Project Kickstarter Codebase with Spring, Hibernate, Akka, Twitter Bootstrap, Apache Tiles and jQuery

    I am happy to upload my second project to GitHub to help people get started with Java Web App Development…

    Read More »
  • Enterprise Java👁 Image
    Boris LamAugust 22nd, 2012
    2 179

    Hibernate native SQL features into your Spring Data Repository

    JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Javin PaulAugust 20th, 2012
    3 854

    Measure execution time in Java – Spring StopWatch Example

    There are two ways to measure elapsed execution time in Java either by using System.currentTimeinMillis() or by using System.nanoTime() .…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenAugust 16th, 2012
    0 183

    Spring @Configuration and FactoryBean

    Consider a FactoryBean for defining a cache using a Spring configuration file: <cache:annotation-driven /> <context:component-scan base-package='org.bk.samples.cachexml'></context:component-scan> <bean id='cacheManager' class='org.springframework.cache.support.SimpleCacheManager'> <property…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Javin PaulAugust 15th, 2012
    1 609

    Spring JDBC Database connection pool setup

    Setting up JDBC Database Connection Pool in Spring framework is easy for any Java application, just matter of changing few…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesAugust 14th, 2012
    0 563

    Spring Profiles in XML Config Files

    My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I…

    Read More »
  • Enterprise Java👁 Image
    Ioannis DadisAugust 13th, 2012
    4 803

    Spring Security Implementing Custom UserDetails with Hibernate

    Most of the time, we will want to configure our own security access roles in web applications. This is easily…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gal LevinskyAugust 13th, 2012
    1 279

    Resolve circular dependency in Spring Autowiring

    I would consider this post as best practice for using Spring in enterprise application development. When writing enterprise web application…

    Read More »
  • First
  • ...
  • 80
  • 90
  • «
  • 95
  • 96
  • 97
  • »
  • 100
  • 110
  • ...
  • Last
Back to top button
Close