RESTful service (JAVA) need help

Acid0

Executive Member
Joined
Feb 10, 2009
Messages
5,889
Reaction score
2,734
Location
Johannesburg
Hi there,

I need help I am really new to JAVA but do understand the basics at least already.

I need help creating the standard CRUD for REST and deploy it to TOMCAT 9.

I am working in Intellij at this stage as the IDE is just so much more user friendly for me than the other two competitors.
I have the Ultimate edition currently.

I understand that the code is the same in all IDE's but also that each IDE uses a different method of setting and configure the project before hand, so I would appreciate it if the example is done in IntelliJ

If anybody can guide me to a proper website where I can see a example on how to do the full CRUD operation that will be great.
Else if anybody in the Gauteng area is willing to physically show me and spend maybe an afternoon explaining it that will be prize number one and I will for ever be in your debt or pay in a dozen beers of your choice :) .

I have looked at the Spring Boot framework and seems to be the easier one to follow and the concepts make sense to me with the annotations and the model they use to create the different packages and classes.

I am not looking for any real complex methods just a standard Employee object would suffice to get the understanding of the structure and see it working at the end.

Also is there anywhere a active Java community website that I can register at to get more understanding and read up on stuff.

Thanks in advance.
 
Spring is a good quick start, but be warned. Being new to Java means that most of it will not make any sense at all to you. You can easily get something up and running but do not expose it publicly. Spring is framework, which means you have to code in a certain way sticking to specific patterns.
 
The amount of YouTube videos about this makes me curious why you asked on the forum?

Like others mentioned, Spring
 
For a really easy way to generate an API with CRUD look at loopback.io. You'll be up and running in 10min.

It's not Java though, it's nodejs.
 
Top
Sign up to the MyBroadband newsletter
X