Explore >> Select a destination


You are here

initialcommit.com
| | dzone.com
3.5 parsecs away

Travel
| | [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
2.1 parsecs away

Travel
| | 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
3.1 parsecs away

Travel
| | Your first steps into the world of Java bytecode using ProGuardCORE
| | owehrens.com
15.1 parsecs away

Travel
| 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