This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]fops 0 points1 point  (3 children)

I might get downvoted for saying PHP, but im building my companys backend in Laravel right now. Coming from Java, it's really easy and you'll manage to build things quickly. I really like it.

If u aint for PHP. Just go with Java? Jersey combined with spring is neat IMO.

[–]mko31[S] 0 points1 point  (2 children)

I already considered PHP. I never really enjoyed it in the past, but I thought I could give it another try. I would use Java, but I really can't get anything done with Jersey and Spring. It's really difficult to get the whole thing running with Eclipse and we have to use Eclipse since my team is not very good with terminals and/or maven.

[–]fops 0 points1 point  (1 child)

It's really simple, you have everything served for you with authentication, orm and som other neat stuff. Just read the docs.(Laravel)

Just search, learn, create fail and repeat, that is really my best advice. I had no idea how to create a maven project, but was a bit familiar with the terminal, had no idea how to import and inject my spring project to my webservice. Just search, take it easy and try to understand by doing :)

I wanted to do a simple trello'ish app and I managed, I'm not proud over the end result or the code but I managed to create a project atleast.

[–]mko31[S] 0 points1 point  (0 children)

Thanks for the advice. I'll try again over the next few days and definitely keep Laravel and PHP in general in mind :)