- Try the new IBM Cloud Tools for Swift (Beta)
- For developers interested in creating Swift applications that span both client and server-side code, the newest tools from IBM can help simplify the management and deployment of server-side assets. Extend your mobile apps and connect them to IBM Bluemix Cloud services with a local development environment that complements the productive Xcode environment with the IBM Cloud Tools for Swift (beta) now available on IBM Bluemix.
- IBM Swift Sandbox
- Experiment with Swift on the server, share your code and collaborate with your peers
- Swift on IBM Bluemix
- Radically simplify end-to-end development of modern apps with Swift services on IBM Bluemix
- Kitura
- Build end-to-end apps using Swift with Kitura
- The IBM Swift Package Catalog
- Share Swift resources using the IBM Swift Package Catalog
What J2ObjC Is J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as data access, or application logic) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required by client-side application developers, including exceptions, inner and anonymous classes, generic types, threads and reflection. JUnit test translation and execution is also supported. J2ObjC is currently between alpha and beta quality. Several Google projects rely on it, but when new projects first start working with it, they usually find new bugs to be fixed. Apparently every Java developer has a slightly different way of using Java, and the tool hasn't translated all possib...
Comments
Post a Comment