-1

Hi I am new at spring boot and java world. in .net world I use some libraries Any suggestions of these equivalent in spring boot and java world

Castle.Windsor(IOC Container) log4net (logging) Newtonsoft(Json process) quartz(Internal schedular)

1 Answer 1

0

The Java equivalents are as follows:
Castle.Windsor(IOC Container) -> Spring container
log4net (logging) -> log4j
Newtonsoft(Json process) -> Google Gson
Quartz (Internal scheduler) is used in Java/Spring as well (in fact the .NET equivalent of it is called Quartz.NET),

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.