"Simple Software"

OcpSoft

» JSF’s <h:dataTable> vs <ui:repeat> – How to get the selected row.

September 14th, 2009 by Lincoln

So, a little while ago I was attempting to use JSF’s Facelets <ui:repeat> tag, as a replacement for <h:dataTable>, but difficulty came when I needed to process actions on individual records of each row.

<ui:repeat> allows iteration over a List of Array[] of items, but it does not provide a method of discovering the “selected” or “actioned” row; there’s no way to discover the row the user is interacting with. Or is there?
Continue reading this article »

Posted in JSF | 9 Comments »

» Calling All PrettyFaces Users!

August 30th, 2009 by Lincoln

Are you using PrettyFaces on a project you can share about?

Looking for real-world experiences:

  • How has PrettyFaces helped you or your team?
  • What would you change if you could (you can)?
  • If you would like to share, show us your work of art!

Email to: lincoln@ocpsoft.com

Thank you!

PS – In addition: If you’d like to be added to our new “People using PrettyFaces” page, also send a logo and a short description of your product or company!

Posted in PrettyFaces | No Comments »

» PrettyFaces JSF1.1 UrlRewriting Support – Released

August 24th, 2009 by Lincoln

PrettyFaces:

A new version of PrettyFaces for JSF1.1 (historical support) is now available for download. This version is feature-complete, but we are looking for feedback on compatibility and functionality that may be broken with various implementations, so please post comments!
Continue reading this article »

Posted in PrettyFaces, Releases | No Comments »

» Facelets vs. JSF2 & EzComp

May 19th, 2009 by Lincoln

Several things that make life painful with Facelets are fixed with JSF2 & EzComp. Take a look at some of the nicer things to come:

Continue reading this article »

Posted in JSF | 3 Comments »

» PrettyFaces 1.2.3_GA Released

April 14th, 2009 by Lincoln

PrettyFaces:

Version 1.2.3_GA: binary, source, documentation (stable)
Minor Release: 20090415

  1. Added optional <action onPostback=”false”> boolean flag to prevent action methods from being called on form postback. Defaults to true;
  2. Added optional <query-param decode=”false”> to prevent java.net.URLDecode.decode() from being called on a specific managed query-parameter. Defaults to true;
  3. Added unit tests for several critical classes.
  4. Minor to moderate refactoring of PrettyFilter/PrettyContext
Subscribe to prettyfaces-users


Posted in Releases | No Comments »

» PrettyFaces v1.2.3_RC2 Released

March 31st, 2009 by Lincoln

PrettyFaces:

Version 1.2.3_RC2: binary, source, documentation (stable)
Minor Release: 20090331

  1. Servlet forwards are working
Subscribe to prettyfaces-users


Posted in PrettyFaces | No Comments »

» PrettyFaces v1.2.3_RC1 Released

March 19th, 2009 by Lincoln

PrettyFaces:

Version 1.2.3_RC1: binary, source, documentation (stable)
Minor Release: 20090319

  1. Managed query-params now accept multiple parameters of the same name: E.g.: String[] names — would accept a list of parameters (with the same name) from the request
  2. Enhanced configuration loading — PrettyFaces now looks for /META-INF/pretty-config.xml by default, in addition to accepting a comma-separated list of user config-files in the web.xml init param: com.ocpsoft.pretty.CONFIG_FILES — submitted by Aleksei Valikov
  3. JSP support for standard attributes on the pretty:link tag has been fixed. The pretty link will now accept style=’mystyle’ and other attributes — from Derek Hollis at OcpSoft
Subscribe to prettyfaces-users


Posted in Releases | No Comments »

» PrettyFaces v1.1.x, v1.2.x, v2.0.x Docs (legacy)

March 18th, 2009 by Lincoln

Configuration

Setting up PrettyFaces is simple.
Continue reading this article »

Posted in PrettyFaces | 7 Comments »

» Getting Started Quickly with Hibernate Annotations

January 26th, 2009 by Lincoln

Tutorial Chapter 1 – Step By Step

Getting started with Hibernate can be tricky, but here’s a step-by-step tutorial that explains exactly what needs to be done to enable your application for hibernate. This chapter covers very basic mapping and persistence.

Download the following archives: (or use this Maven POM)

Continue reading this article »

Posted in Hibernate, Java | 6 Comments »

» PrettyFaces 1.1.0 Released

December 8th, 2008 by Lincoln

A new release of the PrettyFaces JSF extension for Bookmarkable/Pretty URLs is now availible for download. This release includes several new features.
Continue reading this article »

Posted in JSF, OpenSource, PrettyFaces, Releases | 1 Comment »

| Older Entries »

Search

Recent Posts

Recent Comments

OcpSoft Agile Management

Recent Tweets:

Posting tweet...

Sponsored By:

Resources

Meta