i'm a junior Java developer and it's been a while (2 months) that i don't write any code at all. Now i'm planning to come back and build a website, to have something to show in my job interviews. So the question is quite simple, which are the most used technologies when building a website.? Spring, Struts, EJB, Hibernate, Servlets? And is it a good idea to build a whole website using only Java and these technologies or should i use PHP instead of Java?

Thanks in advance.

link|improve this question

68% accept rate
There's no overall best/most used tool/framework/language. First you decide what to fight, then you select your weapon. – Philipp Reichart Sep 26 '11 at 15:49
First you decide what to fight - Woawoahwoah, easy there. We don't our friend here to come to work with boxing gloves:P – Adel Sep 26 '11 at 15:52
feedback

closed as not constructive by Perception, Gregory Pakosz, Nathan Hughes, BalusC, Jim Lewis Sep 26 '11 at 15:54

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

I would dig into GWT (google web toolkit) and use googles app engine to fooll around with what you want to accomplish.

link|improve this answer
feedback

Here's the link you need - What is the most commonly used Java web framework?

As an aside....Nowadays, for building websites you'd probably use Java for server-side. If it's client side, you can benefit more from frameworks like Ruby on Rails or PHP, etc. You can still use Java(see the old Pet Store example, but it's a bit dated).

But the Spring Framework and EJB are good to know. Servlets are definitely important too.

Try to learn everything! With SO and Wikipedia the sky is the limit©

link|improve this answer
And how exactly is a client side web site written in PHP or Ruby? What is a client side web site anyway? IF we talk about client we mean BROWSER. – Angel O'Sphere Sep 26 '11 at 15:45
Ah , good point. I need me some coffees.. lol – Adel Sep 26 '11 at 15:49
Then fix your answer please. – Angel O'Sphere Sep 27 '11 at 10:25
feedback

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