Java Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJava Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old September 22nd, 2005, 05:15 PM
johnjohnjohn johnjohnjohn is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2005
Posts: 1 johnjohnjohn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 39 sec
Reputation Power: 0
Displaying info from a servlet on a midlet

Hi
I am writing an application for a mobile. My midlet connects to a java servlet which has a database connection. So far information received from the database, is displayed as follows
On the servlet:
res.setContentType("text/plain");
PrintWriter out = res.getWriter();
………..
………..
rs = stmt.executeQuery("SELECT * FROM food");
while(rs.next())
{
out.print(rs.getObject(1).toString());
out.print(rs.getObject(2).toString());
out.print(rs.getObject(3).toString());

}
And in the midlet, the information is got by
textFromServer = new String(servletData);
append(textFromServer);

The above snippets of code works and displays all the data from the database.
Problem is it just displays one long string.
How do I separate the “servletData” out so that I can add a choice group to each row?

Do I need to use xml to help me in design? I don’t know how to use xml or where to start with it. Any pointers?

Thank you

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJava Development > Displaying info from a servlet on a midlet


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT