
Tag archives for cloud
Hi,
A very good article which presents the essence of cloud computing by the three fundamental models (Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS)): http://www.scrumalliance.org/articles/435-cloud-and-agility-a-winwin-alliance
Best regards,
Huseyin ...more»
Hi,
A simple post about a problem that I encountred during the development of a personnal GWT application with Spring Security and its deployment on Google Cloud GAE.
1. Creation of application and securization with Spring security
Create a simple GWT application by creating a "Web Application Project" in Eclipse named huojavagwtgaespringsecurity1;
Add the following jars in the folder huojavagwtgaespringsecurity1\war\WEB-INF\lib:
aopalliance-1.0.jar
asm.jar
aspectjrt-1.6.8.jar
aspectjweaver-1.6.8.jar
cglib-2.2.2.jar
commons-logging-1.1.1.jar
javassist-3.4.ga.jar
jstl-1.2.jar
spring-security-config-3.0.5.RELEASE.jar
spring-security-core-3.0.5.RELEASE.jar
spring-security-web-3.0.5.RELEASE.jar
spring-aop-3.0.3.RELEASE.jar
spring-asm-3.0.5.RELEASE.jar
spring-beans-3.0.5.RELEASE.jar
spring-context-support-3.0.5.RELEASE.jar
spring-context-3.0.5.RELEASE.jar
spring-core-3.0.5.RELEASE.jar
spring-expression-3.0.5.RELEASE.jar
spring-tx-3.0.3.RELEASE.jar
spring-web-3.0.5.RELEASE.jar
spring-webmvc-3.0.5.RELEASE.jar
Edit the web ...more»
In previous articles, I have related the prerequisites, the configuration of a GAE account, the creation of a new Eclispe project with the type “Web Application Project”, the deployment of an application on the GWT embedded server named Jetty and the evolution of the interface with GWT Designer. In this article, we will discuss about the deployment of an application ...more»
In a previous article, I have related the prerequisites, the configuration of a GAE account, the creation of a new Eclispe project with the type “Web Application Project” and the deployment of an application on the GWT embedded server named Jetty. In this article, we will discuss about the evolution of the interface with GWT Designer.
Here the points of these ...more»
