-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Monthly Archives: October 2013
How to split up GWT applications into modules
Did you know? GWT has its own modularization. There is this module description xml file, which we know is the key element in how the compiler gets to know what it should consider to cross compile into javascript. A GWT module … Continue reading
HTML5 Touch Events specification is now a web standard
In recent years there was (and still is) a dramatic decrease in sales figures of traditional PCs like desktops and laptops, at least in the consumer market. So mobile devices seem to be the future for end users. With the … Continue reading
Going Stateless with JSF?
JSF 2.2 introduced a new feature called “stateless views”. In a stateless view the state of JSF components will not be saved and restored on every request. Statefulness in JSF has always been a point of criticism. So, since going stateless … Continue reading
Posted in Java EE, Java Runtimes - VM, Appserver & Cloud, Java Web Frameworks
Tagged cloud, JSF, stateless
2 Comments