• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Java and Lock-in in the Cloud Computing Platforms

By Abhishek Ghosh January 29, 2013 9:04 am Updated on January 29, 2013

Java and Lock-in in the Cloud Computing Platforms

Advertisement

Java and Lock-in in the Cloud Computing Platforms is obvious result of combination of three factors. To avoid some fundamentals must be taken into account. Cloud computing and specifically the model PaaS is becoming more and more practical guide point for businesses and it can happen that a developer is required to deploy on fully or partially vendor locked cloud platforms such as Amazon Cloud or Google App Engine or Cisco Cloud. There are some fundamental differences which must be taken into account when programming, and we are going to discuss briefly in this article on Java and Lock-in in the Cloud Computing Platforms.

 

Java and Lock-in in the Cloud Computing Platforms : Three Factors

 

Java and Lock-in in the Cloud Computing Platforms is obvious for three reasons as we said. What are these three factors ? First is Java EE platform itself. Second is the vendors’ or providers’ specific aggressive mentality to implement the Vendor lock-in, which is obvious in case of Amazon Cloud or Google App Engine or Cisco Cloud. Third factor is not immediately visible but flows beneath quite steadily. This is the free options provided by the Vendor locked companies. They offer the Open Source companies the resources, involves the community to get involved, develops the product with many engulfed parts of coding and suddenly withdraws from being a Free Software. There are numerous examples, EyeOS is perhaps the biggest example.

 

Java and Lock-in in the Cloud Computing Platforms : Practical Tips to Avoid

 

While the offering of Free Resources can be used but dependency overkills the need, so we need to avoid the dependency. How to exploit that way ? We know the difference between the instance variable and variable class, the first is not static, while the second is. We use a static variable to tell the JVM that there should be only one instance of the variable. If the static variable is declared by finalizing it, then there will be problems in a distributed environment, because its value will never change. The problem exists when we expect the value of the variable can change. As in a clustered environment like GAE you as a developer will run your application in multiple JVM. If the value of your static variable is changed in the JVM, will not be propagated to the cluster thus leading to inconsistencies. Therefore recommended to avoid static variables unless they are configured as Final and at the development stages non-platform specific development is also done.

Advertisement

---

Caching Strategy concerns the performance to prevent certain operations. Sometimes we need to cache the objects in memory and then we implement our strategy of caching through the use of a simple methods or other caching solutions available for free. Caching has many benefits, but implement a caching strategy should be a practice to be treated with care. This is because the cache has the same problem with static objects.

 

Java and Lock-in in the Cloud Computing Platforms

 

In the event of a granted session data applications on the server, especially while using Google App Engine, some problems with session management are not unusual to face. Google has addressed many of these issues with its mechanisms for managing sessions Java applications. Most applications are written without having in mind any approach to PaaS with which we are working, so we use JEE as it is, with an approach that would work in the deployment of any self-hosted cluster environment, except for the Google platform specifically. The session data is always written synchronously in memcache. If an application tries to read the session data when memcache is not available, it will not succeed by connecting to the datastore, which might not yet have the data of the most recent session. This means that the asynchronous persistence may bring your application to a stale condition.

 

In case of PaaS we face a clustered environment that is not managed by us, with a different stack. In an environment such as GAE, it is difficult to know which instance will be triggered and execute the task only once.

 

Abhishek-Ghosh Tagged With java cloud computing

This Article Has Been Shared 678 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Java and Lock-in in the Cloud Computing Platforms

  • Cloud Computing Articles – List With Description of all we have Published

    Cloud Computing Solution penetrating as business solution and in day to day usage. Here is list of all articles on Cloud computing we have published so far.

  • Multiple Server Swift Installation : Outline

    Multiple Server OpenStack Swift Installation appears a bit confusing to the new users who wants to create an cloud instance for storage. Here are some tips.

  • Capabilities Required by the Professionals in the Era of Cloud Computing

    Capabilities required by the professionals in the era of Cloud Computing is not limited to IT sector but it includes the Health, Law and other professionals.

  • Cloud Computing Risk Analysis

    Cloud Computing Risk Analysis is an important administrative and marketing task. ENISA itself has a pdf guide. However, we will cover a generalized idea.

  • Cloud Security Solutions for Tablets and Smartphones

    Cloud Security Solutions for Tablets and Smartphones covers the issues with lost or stolen mobile devices, accidental data deletion, App security and Malwares.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Best Powerpoint Templates for Communicating IoT Concepts April 17, 2021
  • How to Build a DIY Water Level Indicator? April 16, 2021
  • How Startups Can Convince the Investors April 14, 2021
  • What to Know About the Cloud Storage Services for Smartphones April 13, 2021
  • WonderFox HD Video Converter Factory Pro Review April 10, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Java and Lock-in in the Cloud Computing Platforms," in The Customize Windows, January 29, 2013, April 18, 2021, https://thecustomizewindows.com/2013/01/java-and-lock-in-in-the-cloud-computing-platforms/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy