Click here to Skip to main content
15,919,749 members
Home / Discussions / Java
   

Java

 
GeneralRe: PDF Annotator Pin
Civic0627-Jan-11 23:07
Civic0627-Jan-11 23:07 
GeneralRe: PDF Annotator Pin
Richard MacCutchan28-Jan-11 1:37
mveRichard MacCutchan28-Jan-11 1:37 
GeneralRe: PDF Annotator Pin
David Skelly28-Jan-11 2:09
David Skelly28-Jan-11 2:09 
QuestionChanging the CSS properties of a menu bar. Pin
Douglas Kirk24-Jan-11 20:42
Douglas Kirk24-Jan-11 20:42 
AnswerRe: Changing the CSS properties of a menu bar. Pin
Richard MacCutchan24-Jan-11 21:25
mveRichard MacCutchan24-Jan-11 21:25 
GeneralRe: Changing the CSS properties of a menu bar. Pin
Douglas Kirk24-Jan-11 21:38
Douglas Kirk24-Jan-11 21:38 
Question.properties file added to database Pin
pancakeleh23-Jan-11 17:07
pancakeleh23-Jan-11 17:07 
AnswerRe: .properties file added to database Pin
David Skelly23-Jan-11 22:18
David Skelly23-Jan-11 22:18 
Create a table to hold the data that is currently in the properties file (one table for each properties file is the easiest option).

Insert the data into the table.

Read the data using a SQL select statement.

Your table structure can be very simple: two columns, key, value.

That's basically it.
GeneralRe: .properties file added to database [modified] Pin
pancakeleh24-Jan-11 15:46
pancakeleh24-Jan-11 15:46 
GeneralRe: .properties file added to database Pin
Richard MacCutchan24-Jan-11 21:27
mveRichard MacCutchan24-Jan-11 21:27 
GeneralRe: .properties file added to database Pin
David Skelly24-Jan-11 22:18
David Skelly24-Jan-11 22:18 
GeneralRe: .properties file added to database Pin
pancakeleh24-Jan-11 22:42
pancakeleh24-Jan-11 22:42 
GeneralRe: .properties file added to database Pin
TorstenH.25-Jan-11 2:12
TorstenH.25-Jan-11 2:12 
GeneralRe: .properties file added to database Pin
Richard MacCutchan25-Jan-11 3:01
mveRichard MacCutchan25-Jan-11 3:01 
GeneralRe: .properties file added to database Pin
David Skelly25-Jan-11 3:41
David Skelly25-Jan-11 3:41 
GeneralRe: .properties file added to database Pin
pancakeleh25-Jan-11 16:18
pancakeleh25-Jan-11 16:18 
GeneralRe: .properties file added to database Pin
David Skelly25-Jan-11 22:27
David Skelly25-Jan-11 22:27 
GeneralRe: .properties file added to database [modified] Pin
pancakeleh26-Jan-11 15:15
pancakeleh26-Jan-11 15:15 
GeneralRe: .properties file added to database Pin
David Skelly26-Jan-11 22:23
David Skelly26-Jan-11 22:23 
GeneralRe: .properties file added to database Pin
Richard MacCutchan26-Jan-11 22:54
mveRichard MacCutchan26-Jan-11 22:54 
AnswerRe: .properties file added to database Pin
TorstenH.23-Jan-11 22:47
TorstenH.23-Jan-11 22:47 
Questionbytecode_programming Pin
geniuspc19-Jan-11 9:45
geniuspc19-Jan-11 9:45 
AnswerRe: bytecode_programming Pin
Richard MacCutchan19-Jan-11 21:52
mveRichard MacCutchan19-Jan-11 21:52 
GeneralRe: bytecode_programming Pin
David Skelly19-Jan-11 22:36
David Skelly19-Jan-11 22:36 
GeneralRe: bytecode_programming Pin
Richard MacCutchan20-Jan-11 1:34
mveRichard MacCutchan20-Jan-11 1:34 

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.