If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Need help for a javascript code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-07, 03:00
hammer62 hammer62 is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Need help for a javascript code

Hi, I am new in this forum and new in java programming. Sorry if I ask a simple question and maybe also in the wrong forum.
I have a javascript code that must work on an internet application, I need to write a file, means open a file and writ in some variables' values and then close it. I did this long time ago in a java application using the FileWrite class, I don't know how to use this class or an instruction like this one in a javascript.
Anybody can give me a help, please !!
Reply With Quote
  #2 (permalink)  
Old 02-17-07, 05:30
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
Javascript

I do not thing that there is a way to read or write files at server with javascript.
You need a server side language that your server support.
Dimis
Reply With Quote
  #3 (permalink)  
Old 02-17-07, 06:04
hammer62 hammer62 is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Quote:
Originally Posted by dimis2500
I do not thing that there is a way to read or write files at server with javascript.
You need a server side language that your server support.
Dimis

Ok dimis2500, I understand. Thank u for ur answer.
Reply With Quote
  #4 (permalink)  
Old 02-17-07, 06:07
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
Filies

Anyway what is that you are looking for, what language supports your server?
Dimis
Reply With Quote
  #5 (permalink)  
Old 02-17-07, 06:55
hammer62 hammer62 is offline
Registered User
 
Join Date: Feb 2007
Posts: 3
Quote:
Originally Posted by dimis2500
Anyway what is that you are looking for, what language supports your server?
Dimis

The application is embedded in a card, so i must first turn the question to the IT technical.
My main problem is to write several data in a file in order to allow to another application to read it.

Any help would be welcome.
Thank u !!
Reply With Quote
  #6 (permalink)  
Old 02-17-07, 10:04
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
J2me

You may use one empeded language as J2ME 0r embeded c++ etc (You may use already...), I think you may look for the supported languages.
The files are in the card or at the server ?I find this
I thing there is a way to write small size files (also small databases) at the card (I had an experience with xml and J2ME)
Dimis

Last edited by dimis2500; 02-17-07 at 10:12.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On