• 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

Is it possible to make temporary .properties files that last the session?

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using .properties files as a data source for a richfaces tree. This is just temporary, because once the project is launched this probably won't be feasible. All the data is stored on a web service, in a format like this:



So I know how to use .properties files for my data source, but no other way.

So I guess my question would be, is there a better way to turn this data into a temporary data source for my tree? I already have the method to deserialize the data. Its just what comes after that that is my problem. I actually dont even yet know how to turn this dat stream into a .properties file. As of now I have been manually filling in data..

Any suggestions?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nothing to do with HTML/JS...moving off to JSF
 
Matt Kohanek
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah sorry about that, when I started it WAS going to be about html, but as I started typing I thought of another question and didnt think to change forums
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic