Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~369 People Reached
Member Avatar for ndiiie

Hi all, I want to display multiple different google maps by using restful web service in the same page..this is the way I do it in one of my page: [CODE]GoogleMapClient client = new GoogleMapClient(location); Object map = client.getGoogleMap(location); out.println(map); client.close();[/CODE] I have tried to loop it becomes: [CODE]GoogleMapClient client …

0
57
Member Avatar for ndiiie

Hi all, I want to ask how to fit the image as background of one cell in a table? Here is my snippet code: [CODE] <table border ="0" cellpadding="2" cellspacing="4"> <% for( .... ){ %> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td>In this cell I want to add the image …

Member Avatar for ndiiie
0
59
Member Avatar for ndiiie

Hi all, I want to ask a question about replacing specific word in a string for example I have a string of: input = a fast nope e i want to replace word "a", if I use method replace which is: input.replace("a", "hello"); the character a in fast will also …

Member Avatar for dononelson
0
181
Member Avatar for ndiiie

Hi, I am a newbie here, but I want to ask several things: 1. What is the advantage and disadvantage of using JSF than any other frameworks, such as Spring, Struts, GWT, etc? 2. Which java framework would best fit for building an airline reservation system?

Member Avatar for parry_kulk
0
72