Create your own Java Code Generator with DSL in 15 minutes [part 3]

Are you fed up with launching your heavy-weighted java eclipse IDE when you just need to create a quick java class to do some testing ? Do you miss your little notepad but need a little twist ? Or maybe you’re just learning Java with an amazing editor like BlueJ which still lacks code generation. Using this lighweight text DSL or Domain Specific Language is a solution which will hugely improve your productivity (especially if you wrap it inside a snippet protocol).

Continue reading over at dzone...

Leave a Reply