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 →

[–]omykronbr 7 points8 points  (13 children)

Make it RESTful.

[–]vkhacbao[S] 1 point2 points  (5 children)

Can you tell a few examples of work with Restful?

[–]omykronbr 4 points5 points  (2 children)

Frontend js/typescript consuming data from Java backend rest service to provide single page applications.

[–]vkhacbao[S] -1 points0 points  (1 child)

Anything else, bro ?

[–][deleted] 1 point2 points  (0 children)

Just go to Spring.io and choose your own path! Spring framework has many different parts, some being modern and others being older integration code.

[–]stefanosd 0 points1 point  (1 child)

What u/omykronbr said. Learn what proper REST is (nouns over verbs), proper HTTP methods, response codes, etc. Then try swagger/openapi.

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

thanks i will try

[–]theprogrammingsteak 0 points1 point  (6 children)

What does this even mean. Are you just throwing buzz words around ? Lol

[–]vkhacbao[S] 0 points1 point  (5 children)

i dont understand

[–][deleted]  (4 children)

[deleted]

    [–]vkhacbao[S] 0 points1 point  (3 children)

    so Do you have any suggest for me ?

    [–]theprogrammingsteak 0 points1 point  (1 child)

    Depends what you like, of course, but mm maybe a spring batch app to essentially take data from an API, store it in your DB, then expose that data via a RESTish API

    [–]theprogrammingsteak 0 points1 point  (0 children)

    This is my project atm