Click here to Skip to main content
15,886,199 members
Home / Discussions / Java
   

Java

 
GeneralRe: Can you create a Windows desktop program with Java Pin
Brian_TheLion3-Mar-19 19:51
Brian_TheLion3-Mar-19 19:51 
AnswerRe: Can you create a Windows desktop program with Java Pin
jschell23-Feb-19 10:50
jschell23-Feb-19 10:50 
QuestionJAVA terrier API Pin
Member 1180560717-Feb-19 2:12
Member 1180560717-Feb-19 2:12 
SuggestionRe: JAVA terrier API Pin
Richard MacCutchan17-Feb-19 2:55
mveRichard MacCutchan17-Feb-19 2:55 
QuestionServlet code protection [SOLVED] Pin
Valentinor11-Feb-19 2:09
Valentinor11-Feb-19 2:09 
AnswerRe: Servlet code protection Pin
Richard MacCutchan11-Feb-19 3:00
mveRichard MacCutchan11-Feb-19 3:00 
GeneralRe: Servlet code protection Pin
Valentinor13-Feb-19 1:43
Valentinor13-Feb-19 1:43 
AnswerRe: Servlet code protection Pin
Richard Deeming11-Feb-19 3:02
mveRichard Deeming11-Feb-19 3:02 
Servlets run on the server. Unless there's something wrong with your server's configuration, the Java code will never leave the server.

Java Servlets - A Tutorial[^]

Also, your database server is not supposed to be accessible from the outside world. The firewall should be configured to prevent access from machines other than your server. So even if someone did manage to get the connection details, they shouldn't be able to connect to your database.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Servlet code protection Pin
Valentinor13-Feb-19 1:46
Valentinor13-Feb-19 1:46 
GeneralRe: Servlet code protection Pin
jschell17-Feb-19 6:19
jschell17-Feb-19 6:19 
GeneralRe: Servlet code protection Pin
Valentinor17-Feb-19 10:45
Valentinor17-Feb-19 10:45 
QuestionJava project Pin
Member 1413367029-Jan-19 4:36
Member 1413367029-Jan-19 4:36 
AnswerRe: Java project Pin
Richard MacCutchan29-Jan-19 4:44
mveRichard MacCutchan29-Jan-19 4:44 
AnswerRe: Java project Pin
jschell2-Feb-19 6:18
jschell2-Feb-19 6:18 
QuestionJava Code too large Pin
mozum15-Jan-19 22:51
mozum15-Jan-19 22:51 
SuggestionRe: Java Code too large Pin
Richard MacCutchan15-Jan-19 23:04
mveRichard MacCutchan15-Jan-19 23:04 
GeneralRe: Java Code too large Pin
mozum15-Jan-19 23:28
mozum15-Jan-19 23:28 
GeneralRe: Java Code too large Pin
Richard MacCutchan15-Jan-19 23:36
mveRichard MacCutchan15-Jan-19 23:36 
GeneralRe: Java Code too large Pin
mozum15-Jan-19 23:54
mozum15-Jan-19 23:54 
GeneralRe: Java Code too large Pin
Richard MacCutchan16-Jan-19 0:12
mveRichard MacCutchan16-Jan-19 0:12 
AnswerRe: Java Code too large Pin
jschell26-Jan-19 7:05
jschell26-Jan-19 7:05 
QuestionServlet purpose Pin
Valentinor10-Jan-19 23:13
Valentinor10-Jan-19 23:13 
AnswerRe: Servlet purpose Pin
Richard MacCutchan10-Jan-19 23:17
mveRichard MacCutchan10-Jan-19 23:17 
GeneralRe: Servlet purpose Pin
Valentinor11-Jan-19 0:16
Valentinor11-Jan-19 0:16 
GeneralRe: Servlet purpose Pin
Richard MacCutchan11-Jan-19 0:55
mveRichard MacCutchan11-Jan-19 0:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.