VOOZH about

URL: https://www.javacodegeeks.com/author/Oleg-Varaksin/page/4

⇱ Oleg Varaksin, Author at Java Code Geeks - Page 4 of 4


  • Enterprise Java👁 Image
    Oleg VaraksinJuly 17th, 2012
    1 147

    JSF Event-based communication: Old-school approach

    Web applications written in JSF consist of beans which interact among each other. Communication between beans is one of the…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinJune 15th, 2012
    1 153

    Dynamic forms, JSF world was long waiting for

    The new PrimeFaces Extensions release 0.5.0 brought a new DynaForm component. Normally, we can build a form quite straightforward by…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinMay 29th, 2012
    0 162

    Custom JSF validator for required fields

    JSF components implementing EditableValueHolder interface have two attributes ‘ required’ and ‘ requiredMessage’ – a flag indicating that the user…

    Read More »
  • Software Development👁 Image
    Oleg VaraksinApril 26th, 2012
    1 150

    High Performance Webapps – Data URIs

    I continue to write tips for perfomance optimization of websites. The last post was about jQuery objects. This post is…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinApril 24th, 2012
    7 3,350

    JSON with GSON and abstract classes

    I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinApril 5th, 2012
    9 395

    5 useful methods JSF developers should know

    The aim of this post is a summary about some handy methods for JSF developers they can use in their…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
Back to top button
Close