S
S
slavkin2014-04-03 19:50:28
Java
slavkin, 2014-04-03 19:50:28

Java, what is the web framework for a beginner?

Hello! I've been writing in C# for a long time. It was required to make a small website and an XML gateway.
I want to try to do it in Java and under Unix. I myself did not write much in Java for a long time, and in principle I can imagine what kind of language it is. But I have absolutely no idea from which side to approach the solution - there are so many frameworks that I don’t know what to choose and where to start.
Tell me, please, something on the topic.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Moseychuk, 2014-04-03
@fshp

Play!

A
AlexSerov, 2014-04-15
@AlexSerov

Recommended for beginners HybridJava - the simplest of all frameworks. (Play - and does not pull on the framework at all).

I
Igor Kalashnikov, 2014-04-16
@zo0m

Why is a framework needed?
If the task is to "make a small site" I would generally take PHP and some Yii
Pros:
- PHP Cheap hosting
- Yii is done very competently, you will deploy the site in just a day or two (if it is really small)
- Well documented: www. yiiframework.com/doc/guide/1.1/en/topics.webservice
- Easy development and entry
Cons:
- No strong typing.. but some PhpStorm or NetBeans will allow you to write code just fine.
- - - - - - - - - - -
If the task is "a small site in Java", then again you can write at least on raw servlets, and no frameworks are needed. Web Services, again, out of the box.
- - - - - - - - - - - -
If the task is "a small site in Java, but you definitely need a framework" , then take any, for example from here: Is there a Web framework for java?
I'd like Spring or Play!
P.S. I myself write in Java, though not the web, but the "bloody" enterprise :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question