Question subject: insert information in html file with java
Posted: Tue Aug 18, 2009 2:13 pm
Joined: Wed Jul 15, 2009 8:39 am Posts: 21 Has thanked: 0 time Have thanks: 0 time
Hi everybody
I have an html file .I want to insert some informations in some paragraphs of this file by java GUI. What should i do?
please please it is very urgent
msi_333
Question subject: Re: insert information in html file with java
Posted: Tue Aug 18, 2009 11:51 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 57 time
hi , what you mean , do you mean you have java GUI and u want to get information from it to html file .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
totomimi
Question subject: Re: insert information in html file with java
Posted: Wed Aug 19, 2009 1:13 pm
Joined: Wed Jul 15, 2009 8:39 am Posts: 21 Has thanked: 0 time Have thanks: 0 time
Hi
yes it is that exactly what i want
Thanks for advance
msi_333
Question subject: Re: insert information in html file with java
Posted: Thu Aug 20, 2009 2:04 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 57 time
does the information will be generated as HTML .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
totomimi
Question subject: Re: insert information in html file with java
Posted: Thu Aug 20, 2009 2:04 pm
Joined: Wed Jul 15, 2009 8:39 am Posts: 21 Has thanked: 0 time Have thanks: 0 time
Please i need your help
totomimi
Question subject: Re: insert information in html file with java
Posted: Thu Aug 20, 2009 2:06 pm
Joined: Wed Jul 15, 2009 8:39 am Posts: 21 Has thanked: 0 time Have thanks: 0 time
i have an html file and i want the informations that i edit it by GUI inserting it in this file
msi_333
Question subject: Re: insert information in html file with java
Posted: Fri Aug 21, 2009 10:42 am
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 57 time
hey , my friend if you dealing with database and if you changing the database content using JDBC . You can read the content of this database using for example one of dynamic web programing languages like php : php-tutorials/loop-to-read-all-query-result-in-php-t1458.html
by this way you change in database using your java application and show it using html .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
totomimi
Question subject: Re: insert information in html file with java
Posted: Fri Aug 21, 2009 1:46 pm
Joined: Wed Jul 15, 2009 8:39 am Posts: 21 Has thanked: 0 time Have thanks: 0 time
I don't use database
msi_333
Question subject: Re: insert information in html file with java
Posted: Fri Aug 21, 2009 9:16 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 57 time