I have generated a sample roo project using command prompt and then imported it to the eclipse.But i found that most of the important files are in aj extension.How can i change these files into java files.I want to do this in eclipse.
Share
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.
.ajfiles are not Java files. They are AspectJ files. These can be removed and everyhting can be moved into Java files but you won’t be able to continue using Roo to handle the project changes.There are plugins for Eclipse to handle those files from the IDE. I’ve mostly used the SpringSource Tool Suite which is a packaged version of Eclipse that has (among other things) the proper tools to work with Roo.