I’m a .NET developer primarily but am looking to use IoC in a Java project.
I have strong familiarity with Autofac. Is there an IoC container for Java that is substantially similar to Autofac in the way it is built, configured, etc.?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is anything similar. Autofac is quite unique and rely strongly on lambdas.
I could only recommend you google guice, which is more similar to ninject. IMO it’s quite powerful, easy to pick and fun to code.