VOOZH about

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

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


  • Enterprise Java👁 Image
    Oleg VaraksinNovember 21st, 2014
    0 66

    Don’t repeat expressions in facelets

    Have you ever seen repeated EL expressions in JSF like this one?                …

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinOctober 15th, 2014
    0 165

    WAI-ARIA support for AutoComplete widget

    In this post I would like to discuss the accessibility for an AutoComplete widget. A typically AutoComplete widget provides suggestions…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinSeptember 23rd, 2014
    0 180

    Brand new JSF components in PrimeFaces Extensions

    The PrimeFaces Extensions team is glad to announce several new components for the upcoming 3.0.0 main release. Our new committer…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinJuly 16th, 2014
    7 513

    How to get JSON response from JSF?

    Many JavaScript widgets expect data and options in JSON format. Nowadays, it is really easy to choose a cool widget…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinJuly 9th, 2014
    1 287

    How to implement a custom password strength indicator in JSF

    Verifying password strength using JavaScript is a common task. In this post, I will show how to add a password…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Oleg VaraksinDecember 18th, 2013
    1 129

    Using more than one property file in Spring MVC

    Everybody heard about portals which combine single web applications to a big one. A portal software works like mashups –…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Oleg VaraksinNovember 3rd, 2013
    2 193

    What is your structure of JEE based web projects?

    In this post I will try to discuss diverse organization structures of web based projects, mostly with JSF. The first…

    Read More »
  • Enterprise Java👁 Image
    Oleg VaraksinOctober 16th, 2013
    4 1,522

    Hot Deployment with IntelliJ IDEA

    Recently there was a voting in the PrimeFaces forum PrimeFaces IDE Poll for the best IDE used to develop PrimeFaces…

    Read More »
  • Core Java👁 Image
    Oleg VaraksinAugust 22nd, 2013
    2 1,390

    Simple and lightweight pool implementation

    Object pools are containers which contain a specified amount of objects. When an object is taken from the pool, it…

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