• About
Triona Weblog

Software Development and much more

JSF

Java EE Komponenten Frameworks als Erweiterung zu JSF

17.10.2017 by Jan Otto

Als Erweiterung der doch relativ schlichten UI-Komponenten von JSF gibt es zahlreiche Frameworks. Neben UI-Komponenten bieten diese auch mehrere Utility-Methoden an: Diese sollen die Funktionsweise der Komponenten und Core-Methoden verbessern. In diesem Blog-Beitrag werden sechs der häufig genutzten Frameworks genauer beleuchtet und die Unterschiede herausgefiltert. Struktureller Aufbau Überblick Eines der ersten UI-Komponenten Frameworks, das Ende … [Read more…]

Views: 30378
Posted in: Java, Triona Tagged: ajax, BootsFaces, Framework, IceFaces, Java, Java EE, JSF, JSF-Erweiterung, JSF-Tags, OmniFaces, PrettyFaces, PrimeFaces, Richfaces, Tags, UI, UI-Komponenten, User Interface

Ein kurzer Überblick über Scopes in Java EE7

02.01.2014 by Anton Autor

Die Scopes haben in den letzten Updates der Spezifikationen von JavaServer Faces (JSF) und Contexts and Dependency Injection (CDI) weitreichende Änderungen erfahren. Mit der JSF 1.0 Spezifikation standen lediglich vier Scopes zur Verfügung: None, Request, Session und Application. Besonders zwischen dem kurzen Request Scope, der an einen einzelnen http Request/Response Zyklus gebunden ist und dem … [Read more…]

Views: 20367
Posted in: JEE Tagged: CDI, JavaEE, JSF, Scopes

Character Encoding Oddity in JSF

20.12.2013 by Anton Autor

When trying to enter my name into a JSF web form to test some underlying JPA code, the character ö broke into unreadable gibberish in both the view and the database, but when I entered another String with more Umlauts, it was displayed and saved correctly. The encoding error on the first request of a … [Read more…]

Views: 16186
Posted in: Java, JEE Tagged: JavaEE, JSF

Creating dynamic tables in JSF – the elegant and the fast way

12.11.2012 by Anton Autor

A while ago I was searching in Google for the “standard” way to output dynamic tables in JSF. A dynamic table is a table with variable column sizes like in a SQL query: SELECT * FROM my_table The tag in JSF for outputting a HTML table is <h:datatable>. A standard table in JSF looks like … [Read more…]

Views: 20330
Posted in: Java Tagged: JavaEE, JEE 6, JSF

Generating build numbers in web applications using maven

19.02.2012 by Anton Autor

Problem: You want to create a build number in the web front end of your application (e.g. to have it on screenshots appended to bug reports during user acceptance test). You are using maven for your builds and your code is under source control (e.g. using subversion). Solution: All you need is some maven plugins … [Read more…]

Views: 26610
Posted in: Development, Java, JEE Tagged: Build, build number, HTML, Java, JSF, JSP, Maven, Maven Plugins, Subversion, web application

Expression Language and type conversion

05.02.2012 by Anton Autor

In my current project we develop a web application using JSF (1.2) / Facelets with RichFaces in the front end and EJB3/Hibernate in the back end. Deployment target is a JBoss 5 application server. We defined some hibernate entities and some backing beens for our Facelets. Nothing special so far. We defined the numeric fields … [Read more…]

Views: 20857
Posted in: Development, Java, JEE Tagged: COERCE_TO_ZERO, EL, Expression Language, Java, JBoss, JSF, Specification, Tomcat, type conversion
1 2 Next »
January 2023
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Nov    

Tags

API Architecture CDI Collections Comparable Comparator Database EA Eclipse EJB Enterprise Architect Excel Hessian HTML Iteration Java Java 8 Java EE JavaEE Java Enterprise Development javascript JEE JEE 6 JPA jQuery JSF linux Makro Map MariaDB Maven Oracle Plugins Relation relationship Richfaces Security Service Service Facade Set SOA Subversion Tutorial VBA XML

Recent Posts

  • Domain Driven Design und Event Storming
  • NESTJS BEYOND „HELLO WORLD“
  • Jakarta EE 9 – An upheaval with difficulties
  • Jakarta EE 9 – Ein Umbruch mit Schwierigkeiten
  • Erste Schritte mit Hibernate Spatial

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2023 Triona Weblog.

Impressum | Datenschutzerklärung