Interface21 announced that it has partnered with Tasktop Technologies, creators of the Eclipse Mylyn project, to develop the Spring Tool Suite.This new Spring-specific tool solution will build on Eclipse and Mylyn to dramatically reduce the complexity of enterprise Java application development and maintenance.Building on the existing success of Eclipse, Mylyn and Spring IDE, the SpringContinue reading “The first step to develop Spring Tool Suite”
Author Archives: Lijin
HSQLDB CASE-Insensitive ‘LIKE’ QUERY – THREE Implementation Methods
Method 1: We can use the following command to change the case sensitivity of the text-comparison of any table which we are going to create. SET IGNORECASE SET IGNORECASE { TRUE | FALSE }; · Disables (ignorecase = true) or enables (ignorecase = false) the case sensitivity of text comparison and indexing for newContinue reading “HSQLDB CASE-Insensitive ‘LIKE’ QUERY – THREE Implementation Methods”
Spring Framework: Best Programming Practices Part 5
This is the fifth part of Spring Best Practices series as per Best practices introduction post. This fifth part is also related with the best practices when using Spring’s XML Configurations and its the continuation of Part 4. You can refer the other four posts through this links… Part 1, Part 2, Part 3 andContinue reading “Spring Framework: Best Programming Practices Part 5”
Spring Framework: Best Programming Practices Part 4
This is the fourth part of Spring Best Practices series as per Best practices introduction post. This forth part is related with the best practices when using Spring’s XML configurations. You can refer the other four posts through this links… Part 1, Part 2, Part 3 and Part 5. I am expecting the correctionsContinue reading “Spring Framework: Best Programming Practices Part 4”
