kubaspet
kubaspet

Reputation: 41

Java SE server + database + rest framework

I am looking for JAVA SE EMBEDDED SOLUTION (simple server+database+(optional) rest framework). I would avoid GlassFish, |Tomcat and so on. I have found Oracle JAVA EMBEDDED SUITE. This solution sounds pretty, but it is restricted for x86 linux architecture. Well, what is the best solution of this type?

Upvotes: 0

Views: 231

Answers (1)

Perception
Perception

Reputation: 80623

Jersey + Grizzly + Embedded DB of your choice should work just fine. There are lots of embedded databases to pick from - Derby, HSQLDB, SQLite are just a few.

Upvotes: 2

Related Questions