vote up -5 vote down star

Hi
I am a student in a little project group.
The Project is about making a Social Networking site.
We are only allowed to use JSF.

But after trying 2 hours for just pasting this :

                                                     <div class="vcard">
<p class="fn org">Web Directions North
	<a href="http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://north.webdirections.org/contact/">
		<img src="images/vcard-add.png" alt="download vcard icon"></a>

</p>

<div class="adr">
	<p class="street-address"> 1485 Laperrière Avenue </p>
	<p><span class="locality"> Ottawa </span> <abbr class="region" title="Ontario">ON</abbr> <span class="postal-code"> K1Z 7S8 </span></p>

	<p class="country-name">Canada</p>
</div>

<div class="telecommunications">
	<p class="tel">Phone/Fax: <span class="tel"><span class="type">Work</span>: <span class="value">61 2 9365 5007</span></p>
	<p class="email">Email: <a class="value" href="mailto:info@webdirections.org">info@webdirections.org</a></p>

</div>

into my project.
IT does not work.
Actually, i would be done with my work if i would't be restricted to use JSF. In pure HTML +PHP, i would be muuuuuuch more productive.

so it's just pain in the ass using JSF.
Why would someone use that ?!

flag

46% accept rate
7  
Perhaps the problem is that you know PHP and you don't know Java? Maybe. – mmyers Jul 2 at 16:40
3  
I could argue the same for HTML + PHP...why would someone use that?! – KG Jul 2 at 17:07
3  
You were trying to paste this for 2 hours? I think that your "P" or "CTRL" key might be broken. – stevedbrown Jul 2 at 18:26
I would ask your professor as many have suggested. – Troggy Jul 2 at 18:50

closed as subjective and argumentative by Kevin, crashmstr, mmyers, Michael Pryor, John Saunders Jul 3 at 2:35

5 Answers

vote up 0 vote down

I'm not certain I can answer the question, but I do have some anectdotal comments. Three years ago, my team chose to use JSF for a new version of some enterprise software we were developing. One of the primary reasons it was chosen was a bet that it would be primary Java UI framework going forward. Everybody who developed using JSF, disliked it strongly. The developers included longtime Java programmers and former PHP programmers who were working on the Java side. The main complaints was that it would took a lot of code to do simple tasks. Now, I wouldn't recommend using JSF and would go with a different Java framework.

link|flag
vote up 0 vote down

You find many other folks like yourself when you enter the world of software development. They have a technology that works well for them, and they don't need to learn a lot of useless alternatives to the way they're working now. We call these people "COBOL programmers."

link|flag
vote up 0 vote down

School projects are not necessarily about doing the most useful or efficient thing. However, your professor is trying to get you to learn something. If you haven't, you definitely will learn that you will have even tougher restrictions in the real world.

My advice is to ask your professor for help.

link|flag
vote up 0 vote down

There is no JSF-code in your pasted code snippet. Are you sure it is the right snippet?

link|flag
vote up 0 vote down

Hi,

If I were you I would talk to the teacher and explain the problems. Maybe he/she could give you some hints about project setup, deploy, testing...

Regards.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.