• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

What Are You Using JSF For: Commerical or Personal

 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm curious as to what everyone is using JSF for? Are these commercial apps? Are they internal apps for your employer? Are they personal apps for whatever reason?

I work on an app for where I work and am using JSF. Everything else I do with it is typically personal for learning purposes as well as for helping out people on javaranch with questions.
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JSF on an existing application for a big company. The existing application has several hundreds of JSP files filled with scriptlets and business logic, needless to say there's a lot to be done.

So right now we're formulating a new more sound programming model that will result in more maintable code, by using jsf for the presentation layer and business logic placed behind a web service layer.
 
Ranch Hand
Posts: 464
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing a large commercial application as the primary product for a startup software company who will deliver the application as a hosted service to customers.

Needless to say with some of the bu... I mean quirky features in JSF developing a commercial grade application with it has it's challenges.
[ July 21, 2005: Message edited by: Rick Beaver ]
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using it at work and personal interest. It is sort of commercial.

Let me say hello to my collegues
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JSF to redesign an existing large (thousand of pages) client-server commercial application for a big company. To speed and simplify the redesign process of the user interface, originally developed using a RAD tool (PowerBuilder) we have developed a large set of custom components (some new components and many extended ones) to emulate those used in the legacy product.
 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The financial company I work for just began the migration from Javascript/JSP to JSF. I, the summer intern, am for some reason leading that migration... and that is a scary concept.
 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a successful app from JSF RI with myfaces. It is used in a medical laboritory.
 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gregg Bolinger:
I'm curious as to what everyone is using JSF for? Are these commercial apps? Are they internal apps for your employer? Are they personal apps for whatever reason?



How about option three....both. Learned to use it at work, then decided to use it to build a site of my own.
 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Used for a commercial insurance product which is already in production. More parallal non-JSF products (already in production) are destined to go JSF way.
 
Oh the stink of it! Smell my tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic