Is this possible?

Posted by PythonNewbie2 on Programmers See other posts from Programmers or by PythonNewbie2
Published on 2011-01-02T06:32:36Z Indexed on 2011/01/02 6:58 UTC
Read the original article Hit count: 356

Filed under:
|

Hello,

I'm exploring some technologies and JSP with JSF 2.0 and Primefaces seems really cool. I'm new to all of these, but I'm a fast learner. I wondering if I can create the web app I want withh JSP/JSF/Primefaces or should I be looking to different technologies? If I should, which ones do you recommend?

Here's a basic description of the app:

  1. Users log in with their username and password (maybe I can somehow incorporate google OPENID)?
  2. With a really nice UI, they will be presented a large list of questions specific to a certain category, for example, JSP.
  3. When they click on any of these questions, a little input opens up below it to allow the user to put in a link.
  4. If the link they enter has the same question on that webpage the URL points to, they will be awarded one point. This question then disappears and gets added to a different page that has a list of all correctly linked questions.
  5. On the right side of the screen, there will be a leaderboard with the usernames of the people with the top ten points.

Is this possible with JSP/JSF/Primefaces, or should I be looking elsewhere for a different web technology? The idea is relatively simple - to be able to compile links to external websites for specific questions.

I know I can build the UI easily with Primefaces. What I'm not sure is if JSP/JSF gives the ability to parse HTML at a certain URL to see if it contains words. I can do this with python easily by using urllib.

Any help would be appreciated!!! What would be more helpful than a "Yes" or "No" answer would be links to where I can see sample code of external HTML parsing. Your input is truly appreciated! Thanks!

© Programmers or respective owner

Related posts about web-applications

Related posts about web