NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
jugal_rana
Joined: 19 Jun 2009 Posts: 5
|
Posted: Fri Jun 19, 2009 9:14 am Post subject: datbase connection with mysql and deploy in mobile |
|
|
hiiii
hello friends...
pls help me..
me r new users to develop a new application with j2me using net beans IDE.
pls help me to how to connect database with milet or mobile and
how to deplaoy a application in mobile...
pls help me friend....
bec. my project on j2me me developing this types of application..after two day my presentation so pls help me very fast ,,
as soon as possible.
my yahoo id :- jugal_rana_19876@yahoo.co.in
thanks friend... |
|
| Back to top |
|
 |
Karol Harezlak Posted via mailing list.
|
Posted: Fri Jun 19, 2009 11:23 am Post subject: datbase connection with mysql and deploy in mobile |
|
|
Java ME/CLDC does not provide JDBC API but in some cases it is possible
to use JDBC directly from Jave ME/CLDC. For example Oracle provides
subset of JDBC and drivers for Lite version of database. In most of the
cases you have to create communication layer between Java ME client and
database for example using Servlet and web application server. Look for
End-To-End support in Netbeans Mobility.
Karol Harezlak
jugal_rana wrote:
| Quote: | hiiii
hello friends...
pls help me..
me r new users to develop a new application with j2me using net beans IDE.
pls help me to how to connect database with milet or mobile and
how to deplaoy a application in mobile...
pls help me friend....
bec. my project on j2me me developing this types of application..after two day my presentation so pls help me very fast ,,
as soon as possible.
my yahoo id :- address-removed
thanks friend...
|
--
Karol Harezlak <address-removed>
Sun Microsystems, Inc. NetBeans Mobility |
|
| Back to top |
|
 |
jugal_rana
Joined: 19 Jun 2009 Posts: 5
|
Posted: Fri Jun 19, 2009 11:57 am Post subject: Re: datbase connection with mysql and deploy in mobile |
|
|
| Karol Harezlak wrote: | Java ME/CLDC does not provide JDBC API but in some cases it is possible
to use JDBC directly from Jave ME/CLDC. For example Oracle provides
subset of JDBC and drivers for Lite version of database. In most of the
cases you have to create communication layer between Java ME client and
database for example using Servlet and web application server. Look for
End-To-End support in Netbeans Mobility.
Karol Harezlak
jugal_rana wrote:
| Quote: | hiiii
hello friends...
pls help me..
me r new users to develop a new application with j2me using net beans IDE.
pls help me to how to connect database with milet or mobile and
how to deplaoy a application in mobile...
pls help me friend....
bec. my project on j2me me developing this types of application..after two day my presentation so pls help me very fast ,,
as soon as possible.
my yahoo id :- address-removed
thanks friend...
|
--
Karol Harezlak <address-removed>
Sun Microsystems, Inc. NetBeans Mobility |
hey friend..
me database connection with j2me to servlet succeful using mysql datbase,...
but now me
whole application run in mobile then how it posible??
pls tell me about end-to-end connection??? |
|
| Back to top |
|
 |
Karol Harezlak Posted via mailing list.
|
Posted: Fri Jun 19, 2009 1:17 pm Post subject: datbase connection with mysql and deploy in mobile |
|
|
jugal_rana wrote:
| Quote: | Karol Harezlak wrote:
| Quote: | Java ME/CLDC does not provide JDBC API but in some cases it is possible
|
| Quote: | to use JDBC directly from Jave ME/CLDC. For example Oracle provides
|
| Quote: | subset of JDBC and drivers for Lite version of database. In most of the
|
| Quote: | cases you have to create communication layer between Java ME client and
|
| Quote: | database for example using Servlet and web application server. Look for
|
| Quote: | End-To-End support in Netbeans Mobility.
|
| Quote: | | Quote: | me r new users to develop a new application with j2me using net beans IDE.
|
|
| Quote: | | Quote: | pls help me to how to connect database with milet or mobile and
|
|
| Quote: | | Quote: | how to deplaoy a application in mobile...
|
|
| Quote: | | Quote: | pls help me friend....
|
|
| Quote: | | Quote: | bec. my project on j2me me developing this types of application..after two day my presentation so pls help me very fast ,,
|
|
| Quote: | | Quote: | as soon as possible.
|
|
| Quote: | | Quote: | my yahoo id :- address-removed
|
|
| Quote: | Karol Harezlak <address-removed>
|
| Quote: | Sun Microsystems, Inc. NetBeans Mobility
|
hey friend..
me database connection with j2me to servlet succeful using mysql datbase,...
but now me
whole application run in mobile then how it posible??
pls tell me about end-to-end connection???
|
End to End tutorial:
http://www.netbeans.org/kb/60/mobility/mobile-dilbert.html
--
Karol Harezlak <address-removed>
Sun Microsystems, Inc. NetBeans Mobility |
|
| Back to top |
|
 |
jugal_rana
Joined: 19 Jun 2009 Posts: 5
|
Posted: Fri Jun 19, 2009 1:49 pm Post subject: Re: datbase connection with mysql and deploy in mobile |
|
|
| Karol Harezlak wrote: | jugal_rana wrote:
| Quote: | Karol Harezlak wrote:
| Quote: | Java ME/CLDC does not provide JDBC API but in some cases it is possible
|
| Quote: | to use JDBC directly from Jave ME/CLDC. For example Oracle provides
|
| Quote: | subset of JDBC and drivers for Lite version of database. In most of the
|
| Quote: | cases you have to create communication layer between Java ME client and
|
| Quote: | database for example using Servlet and web application server. Look for
|
| Quote: | End-To-End support in Netbeans Mobility.
|
| Quote: | | Quote: | me r new users to develop a new application with j2me using net beans IDE.
|
|
| Quote: | | Quote: | pls help me to how to connect database with milet or mobile and
|
|
| Quote: | | Quote: | how to deplaoy a application in mobile...
|
|
| Quote: | | Quote: | pls help me friend....
|
|
| Quote: | | Quote: | bec. my project on j2me me developing this types of application..after two day my presentation so pls help me very fast ,,
|
|
| Quote: | | Quote: | as soon as possible.
|
|
| Quote: | | Quote: | my yahoo id :- address-removed
|
|
| Quote: | Karol Harezlak <address-removed>
|
| Quote: | Sun Microsystems, Inc. NetBeans Mobility
|
hey friend..
me database connection with j2me to servlet succeful using mysql datbase,...
but now me
whole application run in mobile then how it posible??
pls tell me about end-to-end connection???
|
End to End tutorial:
http://www.netbeans.org/kb/60/mobility/mobile-dilbert.html
--
Karol Harezlak <address-removed>
Sun Microsystems, Inc. NetBeans Mobility |
hey friend..
can u give me some application related this pls..
i really need ..
me in very trouble yar... |
|
| Back to top |
|
 |
Brad Schmidt Posted via mailing list.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|