Y
Hacker News
new
|
ask
|
show
|
jobs
by
sevengraff
3593 days ago
Your system of minimal dependency java is interesting. Do you have anything open source I can look at or otherwise get a dive into this technique?
1 comments
data37
3593 days ago
Sure - Will publish to github and post here. For a brief note, the java servlets use Google's gson for interfacing wih web requests. Beyond that it is all plain old JDBC with sqlite. That is all to the "API" part of our service :-)
link