George Botsaris

Greenhorn
+ Follow
since Aug 27, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by George Botsaris

I didnt mean to be rude, but i found an alternative way to do the job and moved on with my project
Thanks again for showing interest in my post
17 years ago
Thanks for your responce guys
I managed to send my highscores from the servlet to my app by opening a connection and sending one highscore eachtime.
So if i have 10 highscores in my database i will have to open a connection 10 times, each time sending a different highscore from my servlet to my app as a string.
I dont know if thats very wise, but thats the only way i could thought.
Thanks again for replying
17 years ago
I am trying to send an array with my highscores from a servlet to a client side app(my J2ME game).As i understand i have to use the 'HttpServletResponse responce' in my doGet method in my servlet to do that. Is it possible to pass my array as a parameter and then read it somehow in my J2ME game?
Thanks for your help
17 years ago
Hello guys
I am writing a game in J2ME. In this game i am using a servlet to communicate with my database in which i store my online highscores.
When a player wants to view the online highscores a servlet loads the highscores from my mysql database and saves them in an array. I would like to send this array from my servlet to my java program. Can this be done???
Can i send an array using the responce parameter of the servlet? If yes how can i retrieve it from my application?
Thanking you in advance
George Botsaris
17 years ago