Questions tagged [servlet]

4 questions
3
votes
1 answer

Externalized properties for an Java EJB application

I am not sure if this is the right place to post this question, but I think this might be better suited than Stack Overflow. I have got an online application, a Java EJB application. Requirement is to have an external configuration file which will…
WhiteBird
  • 31
  • 2
1
vote
1 answer

understanding video streaming on a servlet or webserver

This question has been asked quite a few times on StackOverflow and I would like to get an understanding of the concepts and process rather than directly solve a problem. I found the following post where the explanation was nicely detailed but have…
vbNewbie
  • 111
  • 6
1
vote
0 answers

Proper code structure for a Servlet using caching and async

I'm using an Java Servlet (with embedded Jetty, no Spring, no frameworks) and I'm adding asynchronous processing and caching to it. The exact implementation is irrelevant to this question and it's not very Java-specific. My problem is the overall…
maaartinus
  • 2,633
  • 1
  • 21
  • 29
0
votes
1 answer

Manage table relationships in Java dynamic web application that accesses a database, without using any framework

I'm developing a web application for academic purposes. What i have to do is a simple website which keeps track of realties along with their respective owners and the tags they are bound to. The application takes data from a MySQL database and…
cidra
  • 311
  • 2
  • 9