Results 1 to 2 of 2
- 07-15-2008, 03:34 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 1
- Rep Power
- 0
connect to web server from mobile using java app.
Dear Friends,
I wanted to do the following using java.
From mobile , i need to connect to web server. In the web server side, there would be some configuration files, by using application in mobile, these files needs be edited from the mobile.
kindly give me your suggestions to achieve this.
regards,
jankrishnan.
- 07-15-2008, 04:12 PM #2
get a development kit
What I did was get one or two development kits from vendors, there is a great deal of work that has to be done by real engineering in a real shop that is not encumbered by academic necessities - this results in the elimination of some design concepts, and the emplacement of a hefty codebase of what is really needed.
Java Code:import java.net.URL; import java.util.TreeMap; import java.net.MalformedURLException; public class Alliance extends java.util.TreeMap { public Alliance() throws MalformedURLException { super(); put((Object)new String("Veloxsfot"),(Object)new URL("http://www.veloxsoft.com/")); put((Object)new String("Toshiba"),(Object)new URL("http://www.toshiba.co.jp/worldwide/index.html")); put((Object)new String("Tao Group"),(Object)new URL("http://tao-group.com/")); put((Object)new String("Symbian"),(Object)new URL("http://www.symbian.com/")); put((Object)new String("Sony Ericsson Mobile Communications AB"),(Object)new URL("http://www.sonyericsson.com/")); put((Object)new String("Siemens AG"),(Object)new URL("http://www.siemens-mobile.com/")); put((Object)new String("Sharp Electronics"),(Object)new URL("http://www.sharpusa.com/")); put((Object)new String("SavaJe Technologies"),(Object)new URL("http://www.savaje.com/")); put((Object)new String("Samsung Electronics"),(Object)new URL("http://www.samsungelectronics.com/")); put((Object)new String("Groupe SAGEM"),(Object)new URL("http://www.sagem.com/")); put((Object)new String("Research In Motion"),(Object)new URL("http://www.rim.net/")); put((Object)new String("Nokia"),(Object)new URL("http://www.forum.nokia.com/")); put((Object)new String("Motorola"),(Object)new URL("http://www.motorola.com/java")); put((Object)new String("Matsushita "),(Object)new URL("http://www.panasonic.co.jp/global/")); put((Object)new String("LG TeleCom"),(Object)new URL("http://www.lg019.co.kr/english")); put((Object)new String("LG Electronics"),(Object)new URL("http://www.lge.com/")); put((Object)new String("III"),(Object)new URL("http://esl.iii.org.tw/index.htm")); put((Object)new String("IBM"),(Object)new URL("http://www.ibm.com/embedded")); put((Object)new String("iaSolution"),(Object)new URL("http://www.iasolution.net/")); put((Object)new String("Esmertec AG"),(Object)new URL("http://www.esmertec.com/")); put((Object)new String("Ericsson Mobile Platforms "),(Object)new URL("http://www.ericsson.com/mobileplatforms")); put((Object)new String("Beijing ZRRT Communications "),(Object)new URL("http://www.zrrt.com/")); put((Object)new String("Danger, Inc"),(Object)new URL("http://www.danger.com/developers.php")); put((Object)new String("AromaSoft Corporation"),(Object)new URL("http://www.arm.com/")); put((Object)new String("ARM"),(Object)new URL("http://www.arm.com/")); put((Object)new String("Aplix Corporation"),(Object)new URL("http://www.aplixcorp.com/")); put((Object)new String("Alcatel Business Systems"),(Object)new URL("http://www.my-onetouch.com/worldwide/com/products/phones/")); put((Object)new String("ACCESS Co., Ltd"),(Object)new URL("http://www.access.co.jp/english/")); } }Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Similar Threads
-
Connect from PC with mobile using bluetooth
By DemoX in forum Advanced JavaReplies: 5Last Post: 04-13-2011, 03:10 AM -
Help with Java application to connect to a database
By coco in forum JDBCReplies: 3Last Post: 09-18-2008, 03:07 PM -
Server not able to connect client
By Kapil Gupta in forum New To JavaReplies: 15Last Post: 07-22-2008, 04:09 AM -
Making connect 4 in java
By zoe in forum New To JavaReplies: 1Last Post: 08-07-2007, 06:10 AM -
without restarting the websphere server i need to connect a newly created database
By satya in forum Enterprise JavaBeans (EJB)Replies: 4Last Post: 06-05-2007, 01:45 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks