• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2ME Text Editor

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

Let me start by putting my requirements in general view then I will be more specific

I need to create a J2ME text editor. It doesnt necessarily have to have the bold-italics-underline functions. Just a simple text editor that can read and write ASCII text files.

This is how I intend it to work:

The files are stored somewhere on an online server. The application starts by asking for your name. It then hooks up to a MySQL database that has a record of files that are associated with your name. It then uses a jsp app on the server to return the names of the files as a list.

Now, after the list of files has been populated, I need them to be links. Links that, when the user selects, gets the file contents from the server and opens it in an SMS composer text area. There is need to have two buttons, SAVE and DISCARD that do exactly what their names suggest. On selecting the button SAVE, the contents of the sms composer text area are rendered to the file.

So far, I have managed to be able to get the name inputted then get the list of files displayed. From there I need some help please. The following is my code:



The file lister.jsp is just a file that reads a MySQL database and returns the list of associated files as apropriate:



Anyone to my rescue? Thanks in advance
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you could use jxcalc's editor for this kind of stuff
but i'm currently rewriting it - and i'm looking for if someone already created a full-feature advanced latex capable editor
http://jxcalc.sf.net
 
reply
    Bookmark Topic Watch Topic
  • New Topic