Tagged Questions
4
votes
2answers
173 views
JavaEE server experience matters for a developer?
Lately I am seeing quite a few application development job ads asking for experience with this or that Java EE server. I can understand this if it is for a server administrator, however I find it ...
1
vote
1answer
275 views
Understanding open and listening ports
I developed an app in Java (which is working perfectly; with this app you can scan TCP/UDP ports -for testing purposes only-), but meanwhile when I was writing the code I read several documentation ...
1
vote
2answers
168 views
Bad idea to display mail server info in public github project?
I have the project for work that requires me to send e-mails to people using our work mail server. The server doesn't require authentication. Part of my project is using a Java-Helper I'm developing ...
5
votes
2answers
165 views
Proxied calls not working as expected
I have been modifying an application to have a cleaner client/server split to allow for load splitting and resource sharing etc. Everything is written to an interface so it was easy to add a remoting ...
4
votes
6answers
567 views
The cost of running a Windows App Server
I want to know what is the cost of running a Windows Application Server.
I know the cost of running a Linux server with Java based Application Server is probably zero.
What is the cost of running a ...