• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java Development to Cloud devlopment

 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a Java developer with more than a couple of years of hands-on experience in the . But i want to shift to Cloud development. May I know if my java skills will be helpful to me to become a Cloud developer. If yes, where should I start to become a cloud developer.

thanks in advance.
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rauhl Roy wrote:I am a Java developer with more than a couple of years of hands-on experience in the . But i want to shift to Cloud development. May I know if my java skills will be helpful to me to become a Cloud developer. If yes, where should I start to become a cloud developer.

thanks in advance.



may i know if this is a wrong place to ask this kind of questions?
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My thoughts:
By java development, I understand that it includes the web development as well.

I dont know if there is much different between the Java development and cloud development. Cloud is not something entirely new concept. And moreover I dont know if there are requirements which differentiate java developer skills with cloud development skills.

You would use different technologies for cloud development and not necessarily restricted to Java.

Also can you let us know how you see a java developer and cloud developer as different? or someone told you that they are different?

Or are you referring to areas of cloud computing- Saas, Paas?
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "cloud developer" - someone who creates apps that are ready to run on GAE, Azure, AWS etc.? If so, the answer obviously depends on the cloud environment in question. IaaS (like AWS) can run just about anything you can install on Linux, including JVMs - so your Java knowledge would be applicable. PaaS (like GAE und Azure) offers a more restricted selection of languages; GAE supports a sort of restricted Java, whereas Azure -AFAIK- does not.
 
reply
    Bookmark Topic Watch Topic
  • New Topic