On this occasion will teach you how to format long as date in JSP. Recently happened to me that sent a field of type date data model using Spring and the render in view is displayed as long since it was used, so I had to investigate a little and not found much information. <jsp:useBean…
Combine Java and JSP codes using Spring
In this article, I will show you how to combine Java and JSP to interact together using spring framework. In many systems usually we use many constants globally and many times want to convert them to a String representation by calling some static method. I will show you how to do that with spring. JSP…
Cómo configurar JBoss EAP en IDEA
Este es un artículo exclusivo para el Instituto Nacional Electoral y muestra de forma suscinta como configurar JBoss EAP en IDEA. Configuración Primero agregamos el servidor desde El menú de configuración que normalmente podemos abrir mediante el comando Control + Alt + S Luego agregamos el ambiente desde la parte superior derecha del editor. Normalmente…
Enable Spring Webflow Visual Editor in Eclipse
In this post I’ll show you how to convert your Eclipse into a Spring WebFlow Visual Editor. I’ve used Spring Tools Suite version 3.7.3.RELEASE. Downloading Plugins First we should download a plugin, in my case I have the last version of Spring Tool Suite, and then search the plugin in the SpringSource repository. To search…