msopentech tools for intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services

28
33
Java

MS Open Tech Tools: IntelliJ and Android Studio Plugin for Microsoft Services (DEPRECATED)

⚠️ NOTE This project has been deprecated in favor of the newer plugin versions released by Microsoft, which are equivalent in functionality, but split across 2 separate plugins:

If you are a user of this older combined plugin, it is recommended to uninstall it, then install one or two of the other plugins, depending on your needs.

Issues logged in this project will no longer be addresseed.

The GitHub repo for the Azure Toolkit for IntelliJ is: https://github.com/microsoft/azure-tools-for-java

Original readme:

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services.

For Android app developers, this plugin provides a highly productive integrated development environment within IntelliJ IDEA and Android Studio, which they can use to integrate Android apps with Office 365 and Azure Mobile Services. For middleware Java developers, the plugin provides an integrated environment to access Microsoft Azure compute services. (Access to Office 365 data and services is coming soon.)

At minimum you’ll need to install the following:

Prerequisites

  • Install the IntelliJ IDEA or Android Studio.
  • Android SDK - http://developer.android.com/sdk/index.html minimum version is Android 2.3 / API 9.
  • Install the Java JDK (For changing the plugin you need JDK 1.6. For creating android apps using the latest from http://www.oracle.com/technetwork/java/javase/downloads/index.html is sufficient
  • For windows OS you may need to manually install the appropriate Open SSL version to your local machine (for example C:\OpenSSL-Win64) and add that location in the system environment variable PATH(add “C:\OpenSSL-Win64\bin”).

Azure Notes

Other Dependencies:

  1. ProjectManagerLibrary.jar from Utils/ProjectManagerLibrary/jar
  2. AzureCommons.jar from Utils/AzureCommons/jar - might need to build
  3. .cspack.jar from StarterKit/CSPackAntTask/jar
  4. azure-core-0.7.0.jar from PluginsAndFeatures\AddLibrary\AzureLibraries\com.microsoftopentechnologies.windowsazure.tools.sdk
    and all jars from ‘dependencies’ folder

Also, need to add antIntegration.jar from <IDEA_INSTALLATION>/plugins/ant/lib to SDK classpath.