Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-08-2008, 07:55 AM
Member
 
Join Date: Sep 2008
Posts: 1
kskinner is on a distinguished road
Storing Array from HTTP Post
I have data in the form of a long text string with custom delimiters that is sent via an HTTP Post to a cell phone. Once received the java program parses the data into twelve string groups, stores each group in an array and then stores each array into a vector. The problem is that this takes too much time to parse out.

I was wondering if there was a better way to handle this transfer. I don't think there's too much flexibility on the HTTP transfer command side, but wasn't sure if there was more flexibility on the parsing side. I can control the format of the text string coming over, so if I can find a more efficient manner of storing the data into the array/vector then that might solve the problem.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-08-2008, 08:00 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,545
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
I hope the issue is on array/vector. Because each of your long string output passing through this combination. Think about a way to minimize it as possible.

I can't say anything about it, because I don't know the way you have work out.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Http change to HTTP\SSL ballyv24 Advanced Java 0 05-14-2008 01:32 PM
storing and retrieving a file as such anil_manu Advanced Java 0 03-11-2008 03:27 PM
Storing data permanently shaungoater New To Java 2 03-10-2008 06:18 PM
Storing Data Khorod New To Java 1 08-03-2007 07:48 AM
SOAP over HTTP/POST sabatier NetBeans 0 07-10-2007 10:04 AM


All times are GMT +3. The time now is 02:12 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org