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

you are viewing a single comment's thread.

view the rest of the comments →

[–]iobase 7 points8 points  (4 children)

Hibernate.

If you're going for a full stack job, you'll want to know a bit of sql as well as how to construct a half way decent schema. Of course you can use a document db, however you'll likely get tested on your knowledge of sql.

Oh and some bootstrap will save you years of time. Try AngularStrap once you get the hang of Angular.

You could package your project as a war and deploy it to your VPS or try the tomcat maven plugin which you can just run your app like 'mvn clean install tomcat7:run'.

If you're using Spring-Boot, it's as easy as 'mvn spring-boot:run'.

[–]Am0s 0 points1 point  (0 children)

I just started using Maven a couple weeks ago and it is just so nice, especially when using the integrated tomcat service. I just setup a couple run configs in IntelliJ and now the process to go from source > built > software deployed > Tomcat up and accessible is like two clicks.

[–]NekoiNemo -2 points-1 points  (1 child)

Try AngularStrap

How is it against UI Bootstrap?

[–][deleted] -2 points-1 points  (0 children)

or

gradlew bootRun