Duck Typing in Action I came across a really awesome use of Duck Typing yesterday, and i wanted to share this with you, since i think Duck Typing is one of those features in Oxygene that are
Announcing the Oxygene 6 "July 2013" Update ![Oxygene "July 2013"](http://www.remobjects.com/images/emails/Oxygene-Jul13.png) We’re thrilled to inform you that the “July 2013” update for Oxygene 6 [is available now](http://www.remobjects.com/oxygene/
2013.2 and Beyond Hi, everyone. As we go into the second half of 2013, i wanted to talk a bit more about our plans moving forward, what we have been working on and what we are
NetworkServer - an easily configurable RemObjects SDK server component Introduction In the previous article I’ve described how to create a RemObjects SDK server and set up the needed server components and tie them together. The main purpose of the RemObjects SDK
RO/DA for Visual Studio 2013 is here The Red Queen once said, “Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run
Introducing the RemObjects "Beta" app for iOS and Android We’re constantly trying to optimize the workflow for publishing and announcing beta releases. Oxygene has been on a weekly beta cycle for a long while now and we’re trying to get
Hear me talk about WWDC and Oxygene for Cocoa on iDeveloper Live I had the honor and privilege to be invited onto the iDeveloper Live podcast on Tuesday, mainly to talk about Oxygene, but Scotty and i also reminisced about WWDC, which took place the
iOS 7 and OS X Mavericks As you have probably heard by now, last week Apple announced iOS 7 and OS X Mavericks, new major versions of both its flag-ship operating systems. I had the privilege of being on
Data Abstract Sample for Oxygene for Cocoa Hi guys, Recently I’ve spotted a question about Nougat samples in the support thread. Unfortunately, we didn’t offer any sample applications at that time, so I’ve tried to quickly compose
"After which no more maintenance releases are planned". Not. Our good friends and trusted long-time partners at Embarcadero have recently sent out announcements to make sure that all of our shared Prism/Oxygene customers are fully aware of their future path for
Data Abstract for Cocoa: New methods for adding rows In the last release we have introduced two new methods in the DADataTable which allows adding new row with data in one go The first one is public -addNewRowWithDataFromDictionary:inEditMode: It returns new
DA SQL Browser is getting better Today I want to tell you about a recent change in the DA SQL Browser. As you might know, it is a tool that comes with our Data Abstract product and allows you
Oxygene 6 now includes Oxygene for Cocoa Ah, it’s been released… The May 2013 release of Oxygene, released on 27th May 2013, brings us Oxygene 6.0, and Oxygene 6.0 brings us the official release of Oxygene for
Announcing Oxygene 6 and the new Oxygene for Cocoa ![](http://www.remobjects.com/images/emails/Oxygene-May13.png)Hello everyone. We are more than pleased to announce the release of Oxygene 6, the next major milestone of our Oxygene language. This new version
RemObjects SDK Beginners Guide Intro RemObjects SDK is an awesome framework. Not only because its development feeds me and my 10 cats ;) but also because it allows to efficiently create applications on literally a dozen different platforms
...then i might as well learn Java? One of the most frequent comments i hear when people dismiss or decide against considering Oxygene as their development tool of choice goes along the lines of the title of this blog post:
Prism XE4, Where Art Thou? Update: (May 26, 2013) We have an official FAQ for the migration of Prism licenses to Oxygene available now at remobjects.com/oxygene/prism. Also updated pricing references within the post to reflect
Letting Oxygene and RemObjects SDK wake you up in time for WWDC On Monday, it being a holiday and all, i found myself with a free half hour before dinner and so i decided i’d write a small little application with Oxygene that can
Cocoa/CoreFoundation Bridging Explained “Bridging” is a new language feature introduced to Objective-C alongside ARC, that i believe is not very widely understood, at least not fully. Cocoa always had the ability to “toll-free bridge” between Cocoa
Data Abstract for Java Samples on Google Play I’m happy to announce the availability of the DA SQL Sample – our first, but definitely not last, sample application that is available on Google Play. It is written in Java and powered
"The Truth is in the Cloud" — Why iCloud Data is Failing You, and How Data Abstract can Help. The past few weeks, everybody has been complaining about iCloud. Or more precisely, they have been complaining about a small subfeature that is crucial to app developers: Core Data syncing via iCloud. Developers
Storyboards with Oxygene "Nougat" A brief introduction to building Oxygene “Nougat” applications for iOS using Storyboards and Interface Builder. Storyboards provide a better approach for interface design and controlling the user experience. Oxygene “Nougat” provides full support
Top 10 Reasons to use Platform Native APIs What are native platform APIs? They are the APIs provided by the platform vendor that define the platform. On Android this is the Android SDK. On iOS it is the Cocoa Touch Frameworks.
Creating a Turn-Based Game for iOS: Nougat Tic-Tac-Toe Over the past couple of weeks, i have been working on a new sample project for Oxygene “Nougat” on the side. After having gotten Browse500 into the App Store in January and showing
Where Does Business Logic Belong? The question of where business logic belongs is as old as database application development. Early on, with primitive client server development, the business logic existed in the client and the database existed only