How to handle common classes in App Engine Modules Java in different Modules? -


Currently I'm working on Google App Engine Module . I am referring to how to handle model classes or general classes Before I was using back-end , All code was kept in the project but now with modules I can not find the way to manage the normal code .

I find common logic in a separate jar shared by different modules.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -