VOOZH about

URL: https://www.javacodegeeks.com/author/Phillip-Webb

⇱ Phillip Webb, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Phillip WebbJuly 3rd, 2012
    3 310

    Spring & JSF integration: Exception Handling

    Most JSF developers will be familiar the “An Error Occurred” page that gets displayed when an unexpected exception is thrown…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbJune 8th, 2012
    0 255

    Spring & JSF integration: Select Items

    With JSF, to use comboboxes, listboxes and checkboxes, you need to be aware of the javax.faces.model.SelectItem class. A SelectItem represents…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbJune 6th, 2012
    0 136

    Spring & JSF integration: Internationalization and Localization

    If you are working on a JSF application that is targeted to multiple languages, you may well be familiar with…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbJune 4th, 2012
    0 342

    Spring & JSF integration: Converters

    When working with any web framework, you invariable run into the need to convert data input by the user from…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbMay 25th, 2012
    0 273

    Spring & JSF integration: Pagination

    When working with large datasets you often need to present data in a paged format. Pagination is an interesting problem…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbMay 8th, 2012
    0 121

    Spring & JSF integration: Dynamic Navigation

    Often your JSF application will need to move beyond basic static navigation and start to make dynamic navigation decisions. For…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbApril 26th, 2012
    1 665

    DBUnit, Spring and Annotations for Database testing

    If you have ever tried writing database tests in Java you might have come across DBUnit. DBUnit allows you to…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbApril 24th, 2012
    0 95

    Integrating Spring & JavaServer Faces : Improved Templating

    With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate>…

    Read More »
  • Enterprise Java👁 Image
    Phillip WebbMarch 30th, 2012
    1 173

    Spring & JSF integration: MVC Nuts and Bolts

    I have attempted to integrate JSF with Spring MVC in the past, and whilst my first attempt worked, it was…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close