vcloud air Java SDK - vcloud-director-rest-api

Is there any Java SDK Jar is available for developing the vcloud air platform?
I read that there is a way of REST FULL JSON req/resp is using for communication cloud air platform. Is is true?

https://developercenter.vmware.com/web/sdk/5.5.0/vcloud-java
The current vCloud 5.5 SDK can be used to interact with vCloud Air.

Related

Does SketchUp C SDK have support .NET CLI?

I'm going to write extension for SketchUp, that will share geometry data between SketchUp and Flux. I have C# SDK that does most of needed functionality. I'm thinking about using SketchUp C SDK for easier C# SDK and SketchUp data transferring, if C SDK has support .NET CLI. Google says nothing.
And my question:
Does SketchUp C SDK have .NET CLI support?
I'm using:
C# SDK based on .NET 4.0
Supported Sketchup versions:
2014,2015
The SketchUp C SDK does not provide any C# interface wrappers. Nor am I aware of any like it as of current date.

Python 3 for Google App Engine

I've started an App Engine Project with Python 2.7 but had already be used to working on Python 3.
Does anyone know if there are any plans for Google's App Engine to work with Python 3?
App Engine's new (and currently beta) Flexible environment supports Python 3.4.
On August 10, 2016, Google Cloud Platform Blog announced that Python 3 was in beta on Google App Engine:
Developers running Python on Google App Engine have long asked for support for Python 3 and third-party Python packages. Today we're excited to announce the beta release of the Python runtime on App Engine Flexible Environment with support for Python 3.4 and 2.7. You can now develop applications in the Python version you prefer and create performant mobile and web backends using the frameworks and libraries of your choice. Meanwhile, developers benefit from App Engine's built-in services, such as autoscaling, load balancing, microservices support and traffic splitting and hence can focus on their code and not worry about infrastructure maintenance.
Yes there are plans, see
https://code.google.com/p/googleappengine/issues/detail?id=909
(well, it's not really a concrete plan, but its an open issue and Google has acknowledged it's existance)
However, because Python 2.7.x and Python 3.x are quite similar, the priority to implement Python 3.x support from Google's perspective isn't very high. It's likely a massive amount of work to support it, and it isn't really a critical issue. Don't expect Python 3.x to be supported anytime soon.

Using GAE SDK for both Python and Go

I have used the GAE SDK for developing Python apps for a year or so. I would like to try my hand with Go. There is a different SDK download for Go and the docs say it is slightly different than the Python SDK. My question is do I need to install this separately and use different SDKs for Python/Go? Or is the Go SDK "inclusive" of the Python SDK?

Adobe Air dependencies

We are thinking to develop a Windows Application and are considering multiple options for that. One of my colleague suggested me to explore Adobe Air. I have a few queries that i would like the expert programmers' community to answer:
1. Can we develop a full fledged database driven GUI application in Adobe Air?
2. Which databases Adobe Air supports? does it support SQLite?
3. Are there any APIs available for Adobe Air if we want to sync data to some online database?
4. are there any framework requirements for Adobe Air Applications to run? What are the prerequisites for the Adobe Air Application to run? Are its applications portable?
5. Is Adobe Air a defunct tech or is it safe to create a commercial grade desktop app in Adobe Air.
Comments are appreciated.
Adobe discontinued support for Adobe Air Linux so it can be stated that it is not portable.
Go with something else.
Can we develop a full fledged database driven GUI application in Adobe Air?
Which databases Adobe Air supports? does it support SQLite?
Are there any APIs available for Adobe Air if we want to sync data to some online database?
Adobe Air supports SQLite as other multi platform languages. You cannot connect it directly to other databases.
BUT,
If you like to create online Air application, I suggest you to connect and load your contents from online server by Web APIs or Web services.
are there any framework requirements for Adobe Air Applications to run? What are the prerequisites for the Adobe Air Application to run? Are its applications portable?
You can choose to create Stand Alone version to build for any OS like Windows,Mac and also the same code can build for Android, iOS and BlackBerry.
And also there is nothing needed to install for SQLites to run.
Is Adobe Air a defunct tech or is it safe to create a commercial grade desktop app in Adobe Air.
Yes, you must encrypt your database and your exported SWF file.

How to make a cloud and all platforms offline apps together?

I know is hard to develop web application and make a individual app versions in each device.
But i just want to know how that works with big companies.I want to know how they write there code
The best example is Evernote and Google Drive.
They make a cloud application and individual apps for each device.
So the questions are..
How do sync the data with the cloud apps ?
Do they use version control ?
Can i get software requirement specification anywhere ?
Platforms and Languages:
iPhone and Mac - Objective C
Android and Other Mobile Apps - Java
Windows 8 - C#
Web Apps - PHP or Python
How do you solve this solution languages differ?
I guess i it's not possible with version control..
How to minimize coding ?
I recommend you use a version control tool.
make a individual app versions in each device.
I assume you mean developing different versions with few differences. The branch feature in a version tool can help you manage these versions easily.
How do sync the data with the cloud apps ?
You can use the web deployment feature to upload the applications/modifications to your web server.
I list some version control tools here for your reference:
Git
SVN
SourceAnywhere (I work for the company)
Team Foundation Server

Resources