|
You are here |
initialcommit.com | ||
| | | | |
dzone.com
|
|
| | | | | [AI summary] This article explains hexagonal architecture, a software design pattern that separates core business logic from external frameworks by using interfaces and adapters to ensure maintainability and flexibility. | |
| | | | |
www.morling.dev
|
|
| | | | | 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman... | |
| | | | |
www.javaadvent.com
|
|
| | | | | Your first steps into the world of Java bytecode using ProGuardCORE | |
| | | | |
owehrens.com
|
|
| | | I'm playing around with some web frameworks lately and to see what's in store with Spring 3 MVC (never did too much with it) I gave it a try to see how it handles Ajax. According to ajax simplification announcement it should be possible to get up and running in (almost) no time. We will do a simple web application which will show the current time via Ajax. The directory layout (using maven) should look like this: web.xml | ||