VOOZH about

URL: https://www.javacodegeeks.com/author/siva-reddy/page/4

⇱ Siva Reddy, Author at Java Code Geeks - Page 4 of 6


  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyJuly 6th, 2014
    0 221

    SpringBoot: Introducing SpringBoot

    SpringBoot…there is a lot of buzz about SpringBoot nowadays. So what is SpringBoot? SpringBoot is a new spring portfolio project…

    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
    Siva ReddyMarch 17th, 2014
    0 129

    Exporting Spring Data JPA Repositories as REST Services using Spring Data REST

    Spring Data modules provides various modules to work with various types of datasources like RDBMS, NOSQL stores etc in unified…

    Read More »
  • Software Development👁 Image
    Siva ReddyJanuary 9th, 2014
    2 170

    Clean Code: Don’t mix different levels of abstractions

    We spend more time on reading code than writing. So if the code is more readable then obviously it will…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyMay 30th, 2013
    0 114

    Deploying BroadleafCommerce 2.0 on JBoss AS 7

    First 2 steps are not really related to Broadleaf specific, but mentioned to make it easy to follow(copy/paste) the steps.…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyNovember 19th, 2012
    3 1,510

    MyBatis Tutorial – CRUD Operations and Mapping Relationships – Part 2

    To illustrate we are considering the following sample domain model: There will be Users and each User may have a…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyNovember 16th, 2012
    21 5,963

    MyBatis Tutorial – CRUD Operations and Mapping Relationships – Part 1

    CRUD Operations MyBatis is an SQL Mapper tool which greatly simplifies the database programing when compared to using JDBC directly.…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyOctober 13th, 2012
    0 130

    Spring3 + JPA2 + Java EE6 App Server = Confusion Over Configuration

    Spring is great, JavaEE6 is great and latest JavaEE6 Application servers are also great. This post is not a rant…

    Read More »
  • Software Development👁 Image
    Siva ReddyAugust 29th, 2012
    1 152

    Keep The Code Clean: WatchDog & SpotTheBug Approach

    Before going to discuss ‘ WatchDog & SpotTheBug Approach‘, let me give a brief context on what is the needs…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
Back to top button
Close