• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Scope of applications on Android

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we implement enterprise wide applications on Android?

As per my thinking "NO".

Wat do you guys say?

What type of applications we can deploy on Android?
 
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes we can implement.
 
Nikes Shah
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does it mean we can implement Application servers (like websphere/Jboss), database servers, provide clustering support etc..... on Android phone?
 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nikes Shah wrote:Does it mean we can implement Application servers (like websphere/Jboss), database servers, provide clustering support etc..... on Android phone?



Why would you want to deploy such applications on a phone? Do you want to use your phone as a mobile server?
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, if you are a developer that travels a lot it would be easier to test some JSP/servlet code or any other kind of code very quickly on your mobile device, and then show it to customers if you would like.

Furthermore, if you are developing .mobi websites locally, it would be great to do it and test it on your phone.

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can access other enterprise applications from with in your Android phone, provided it meets the security policy setup in your network where the application resides.

As far as running an enterprise wide application from with in Android, i would say it is a over kill.

Nikes Shah wrote:Can we implement enterprise wide applications on Android?

As per my thinking "NO".

Wat do you guys say?

What type of applications we can deploy on Android?

 
Author
Posts: 142
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Can we implement enterprise wide applications on Android?



I would say yes, Android would be great for internally developed applications that are run by employees that have the device.

In fact Android is much better for this than iPhone. If you did such an app on the iPhone you'd have to get Apple's approval and place it in the App store for your employees to download. Not so on Android - just make a .apk file and plop it on a web site for your folks to install.

You could even make your application run completely within your firewall if you have secure WiFi deployed on the premises. If you want it to run over the phone company's network or the WiFi at Starbucks then you'll need the appropriate security of course.
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But considering that there is only 80M space available, Would the phone be able accommodate an application server?
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes its true we only have 70 megs but an Eclipse eRCP tuned for Android be just the right size.

You would not need a full J2ee server just some bits and pieces on top of OSGi..

 
Ranch Hand
Posts: 782
Python Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For a start, Jetty already runs on Android.

http://code.google.com/p/i-jetty/
 
Rohan Dhruva
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow, it's really surprising to see such diverse applications available for Android!
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow, a whole lot of possibilities!

Bernard
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic