I'm using JSON to make the packets up and Ruby on Rails on the server side
to serve up most of my applications needs.   I may switch up to PHP since
I'm more familiar with that.

On Sun, Sep 13, 2009 at 6:25 PM, HeHe <cnm...@gmail.com> wrote:

>
> try mason. amazon uses it. easy and fast.
>
> and, mysql.
>
> u need replication/cluster if u r serious about ur server.
>
> good lucks!!
>
> On Sep 13, 9:17 am, Mohith K M <mohith3...@gmail.com> wrote:
> > Thanks
> > i was Checking JBOSS,But found out Glassfish application server is
> > equally good,and have good support,will be helpful for me to learn via
> > Ebook (Beginning Java™ EE 6 Platform with GlassFish™ 3 From Novice to
> > Professional.pdf)
> >
> > So i decided to Go ahead with
> > Java EE 6 n GlassFish™ 3
> >
> > But,Like i have mentioned before,I am Beginner in Android App side too
> >
> > Which Protocol Should we use to communicate with Server
> > SOAP Protocol is supportted @Android...ryt
> >
> > On Sep 4, 9:33 pm, "Yusuf Saib (T-Mobile USA)" <yusuf.s...@t-
> >
> >
> >
> > Mobile.com> wrote:
> > > There are many many ways to do this, so it partially depends on your
> > > capabilities. PHP is fine, but if you prefer Java then JBOSS is one
> > > way; there are a number of Java-based solutions including JavaEE and
> > > Google App Engine.
> >
> > > Yusuf Saib
> > > Android
> > > ·T· · ·Mobile· stick together
> > > The views, opinions and statements in this email are those of the
> > > author solely in their individual capacity, and do not necessarily
> > > represent those of T-Mobile USA, Inc.
> >
> > > On Sep 3, 11:38 pm, Mohith K M <mohith3...@gmail.com> wrote:
> >
> > > > Thanks alot!
> >
> > > > On Sep 4, 8:36 am, dilli rao <dilliraomca...@gmail.com> wrote:
> >
> > > > > Hi Mohith K M*
> > > > > *
> > > > > *
> > > > > *you  may use php for your request page design at server side and
> for
> > > > > interaction with mysql and do the large processing at server side
> and send
> > > > > back the results to the client (ANDROID)
> >
> > > > > use post or get request methods while sending the request to the
> server and
> > > > > process the response from the server
> >
> > > > > right now i am doing in the same way ( it works fine for me)
> >
> > > > > Thank you
> >
> > > > > Dilli
> >
> > > > > On Fri, Sep 4, 2009 at 1:02 AM, Mohith K M <mohith3...@gmail.com>
> wrote:
> >
> > > > > > I am beginner (Both Android and Server side programming),
> >
> > > > > > Am having doubt about Server side for my Android mob application
> >
> > > > > > My requirements are
> > > > > > 1. Receive request from android mob application
> > > > > > 2.Run algorithm on Huge Database Depending on some variable "xxx"
> > > > > > inside query request from mob app
> > > > > > 3. Send back the result produced to Android mob application.
> >
> > > > > > What type of Server should i run?
> > > > > > Database-mysql??How can i combine algorithm and database
> > > > > > how can i parse the request from mobile application and run
> > > > > > appropriate algorithm
> >
> > > > > > Will JBOSS satisfy my need?
> > > > > > or please Tell me which one i should use..
> >
>


-- 
Writing code is one of few things
that teaches me I don't know everything.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to