Monday, 11 September 2017
Friday, 14 July 2017
Spring MVC Java Config : Part 5 Secure RESTful API with Spring Security OAuth2
Monday, 10 July 2017
Spring MVC Java Config : Part 4 Spring Security for Web Application
Thursday, 6 July 2017
Spring MVC Java Config : Part 3 RESTful Web Services
It’s an is an architectural style which can be used to design web services, that can be consumed from a variety of clients.
The core idea is that, rather than using complex mechanisms such as CORBA, RPC or SOAP to connect between machines, simple HTTP/HTTPS is used to make calls among them.
Wednesday, 5 July 2017
Spring MVC Java Config : Part 2 Bean Validation and Exception Handler
It is always good to check the validity and integrity of form data before passing to business logic, let's see how to do it.
Spring MVC Java Config : Part 1 Bootstrapping a Web Application
Thursday, 29 June 2017
Liferay 6 : Reject process action for ${url} on ${form}_WAR_${portlet}
Liferay does not allow to submit form on a web page since it rejects the process action , why this is happening and how to resolved it ?
Monday, 26 June 2017
SSL with Embedded Tomcat without Spring Boot
In previous post, we have talked about how to have embedded tomcat without spring boot, now let see how to enable SSL with embedded tomcat.
Sunday, 18 June 2017
Spring with Embedded Tomcat without Spring Boot
Because of service-oriented architecture style, instead of a monolithic application , you may have several independent applications can run on their own.Let's see how to have a Spring powered standalone application with embedded Tomcat without Spring boot.
Tuesday, 6 June 2017
Reverse Engineering : Generate Java Persistence Entity from Database
If there is already an existing database , then we could use some reverse engineering tool to automatically generate java persistence entity classes.
You may find below 2 ways from internet :
1. hibernate*-maven-plugin
2. IDE based reverse engine tools
This post would show you how to do it programmatically.
You may find below 2 ways from internet :
1. hibernate*-maven-plugin
2. IDE based reverse engine tools
This post would show you how to do it programmatically.
Sunday, 4 June 2017
Run Spring as Standalone Application Without Spring Boot
It seems that nowadays most of sample codes provided by https://spring.io/blog are all done with Spring Boot, so this post would show you how to write a standalone application with Spring and without Spring Boot.
Thursday, 11 May 2017
Spring Boot Web Request Redirected to Dispatcher Again
If you like me followed https://spring.io/guides/gs/spring-boot/ and not able to open a web page hosted by Spring Boot , then this post may help you.
Wednesday, 22 March 2017
Tomcat Datasource Username Password Encryption
You may refer to (https://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html) for details of how to configure a JDBC data source and use it in a web application, this post is going to talk about how to secure database user name and password in the datasource configuration.
Subscribe to:
Posts (Atom)