Tag Archives: java
Top 10 Java Developer Forums

Top 10 Java Developer Forums

Developers get into tricky situations while programming. Some syntax problem or any specific feature about Java, there are lots of confusions and doubts which we encounter. Best way is to ask community alike. This time, we have collected best Java communities and forums where you can post your doubts and errors, find resources, ask questions [...]

Read more

Ideal Way Of Exception Handling In Multi Layer Java Web Application

Exception handling in web application is indeed a tricky task and it varies according to scenarios. There are no fix rules but yes I will give you a generic idea about better way of exception handling. Generally well structured application has four layers: Presentation Layer (JSP/HTML), Business Logic Layer (POJO containing business logic) and Database [...]

Read more

Spring UrlFilenameViewController Example

Hope you guys have enjoyed previous article, MultiActionController Example. Now, let’s move on to UrlFilenameViewController. It transforms the virtual path of a URL into a view name and returns the view, that’s it. It is useful when you don’t need any logical operation on request and simply wants to redirect to some resource. For example, [...]

Read more