Skip to content

Tips

Tips

  • Home
  • Technical
  • General
  • Stories
  • Tips
  • Code to Cognition
  • Privacy Policy
  • About Me

Category: Java

Java

Generate Interface from Implementation class using Spring STS

Akkiraju IvaturiSeptember 11, 2016September 21, 2016

Lets say I have an implementation class already defined and now to be able to support SOLID principles, now I need to expose an interface for the implementation class so that we can perform the dependency injection. My existing class…

Continue reading ➞ Generate Interface from Implementation class using Spring STS
Java, Spring
Java

Sort members in the Java class in Spring STS

Akkiraju IvaturiSeptember 11, 2016September 11, 2016

In the post Generating Getters/Setters in Spring STS we have seen how to generate the Setters and Getters for private fields in the class. But the code looks cluttered and not sorted in a proper order. So, if you want…

Continue reading ➞ Sort members in the Java class in Spring STS
Java, Spring
Java

Generating Getters/Setters in Spring STS

Akkiraju IvaturiSeptember 11, 2016September 11, 2016

If you create a class with private fields and you now needs to assign values from outside the class, you can achieve the same with two methods: 1. Create a parameterized constructor and asking the properties to the private fields.…

Continue reading ➞ Generating Getters/Setters in Spring STS
Java, Spring
Sentientmindz.com © 2025
  • Home
  • Technical
  • General
  • Stories
  • Tips
  • Code to Cognition
  • Privacy Policy
  • About Me

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Tips
Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.