I
I
IgnisFatuus2016-01-23 14:22:48
Java
IgnisFatuus, 2016-01-23 14:22:48

What should be the architecture for this Java EE project?

Good afternoon!
Decided to study JavaEE here. In order to fully immerse myself in the development process, I came up with such a task.

So, there is a certain server that receives information from clients (say, the coordinates of the location of mobile devices or something like that). Having accepted the data, he adds them to the database (SQL or NoSQL is not the point, and here and there it would be necessary to fill in the gaps.). Further, there is a web server that gives browsers information that shows, for example, the daily path of a person with a phone.

I've never messed with the JAva EE stack and got lost in all these names and abbreviations. What should be the server with the database? And what should be the web server? I read that you can take some jboss and attach servlets to it?

Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sirs, 2016-01-24
@sirs

Perhaps for your task jboss is too much and is not needed.
Try tomcat first, and if you are familiar with Spring, I highly recommend building an application on Spring boot.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question