A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
About: This is a simple java project Deployment to a remote server using Ansible. In this demo, you can see how to install the pre-requisites and other requirements before deploying the project. It ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
Abstract: With the increasing complexity of software business, the traditional layered architecture based on MVC mode gradually exposes the shortcomings of tight coupling of service layer logic, ...
代码注释:绝大部分代码都提供了类注释,方法注释,属性注释 接口文档:使用javadoc注释,提供API文档 面向接口编程:Dao层和Service层都向上提供接口,与实现类分离 封装性:po,vo层只有getter和setter方法 健壮性:绝大多数类都有对应的测试类,并且经过多轮 ...
regarding the java.lang.OutOfMemoryError errors, anyone have any suggestions for how to debug this? I'm not using and IDE - Tomcat is my webserver basically. It's ...