-
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
Tag Archives: configuration
JSF Configuration Context-Parameters
Finding the appropriate configuration parameters for your JSF application can be difficult: Some params are defined in the JSF specification (those start with ‘javax.faces‘) and thus are available in both implementations. Others are implementation specific and are exclusively available for … Continue reading
Posted in Build, config and deploy, Java EE, Java Web Frameworks, Web as a Platform
Tagged configuration, Context-Params, JSF, Mojarra, MyFaces
Leave a comment
Component-scan mit einer Namenskonvention in Spring
Um Komponenten in einem Spring-Container bekannt zu machen, gibt es zwei grundsätzlich unterschiedliche Möglichkeiten: Explizite Bekanntmachung der Komponente z.B. per -Tag Automatische Suche nach Komponenten im Klassenpfad mit dem Tag Die automatische Suche macht dabei standardmäßig alle Klassen im Klassenpfad … Continue reading
Posted in Spring Universe
Tagged annotation, configuration, convention, Dependency Injection, spring, XML
Leave a comment
Anwendungsfehler frühzeitig erkennen mit JSF Development Stages
Development Stages sind eines der mit JSF 2.0 eingeführten neuen Features. Das Konzept wurde von Ruby on Rails übernommen und ermöglicht es Anwendungsentwicklern der Laufzeitumgebung mitzuteilen an welcher Stelle im Software Entwicklungszyklus sich die Anwendung befindet. Die JSF-Laufzeitumgebung verhält sich … Continue reading
Posted in Build, config and deploy, Java Web Frameworks
Tagged configuration, JSF, Web Development
2 Comments
Configuring your Apache for GWT applications
Running your GWT app behind an Apache as proxy?