Visit site RemObjects Blogs
January 2012
0
votes
Accessing Firebird Embedded databases from Data Abstract for .NET
RemObjects Blogs
– Recently, we already tried to work with the SQL Server 2012 LocalDB database. Now let’s try a more old-fashioned database, like Firebird Embedded. Again, we’ll modify the Sample Server application shipped with Data Abstract for .NET. Let’s start with the FB Embedded installation. ...
2
votes
Importance of Business Logic
RemObjects Blogs
– Publishing data is actually pretty easy. There are lots of ways to do that. Now securing and organizing your data is the important bit that requires some thought. The term we use to describe the organizing and policing of your data is Business Logic. The business logic of your system is made up of ...
0
votes
Welcome Guest Blogger Brian Long!
RemObjects Blogs
– We’re happy to announce that as of today, the Oxygene for Java sub-feed of Brian Long‘s blog “It’s a blong, blong, blong road…” will be syndicated on blogs.remobjects.com. Brian has lots of great posts already, and more are coming. Hapy reading!
1
vote
Oxygene for Java introductory Android article available
RemObjects Blogs
– Over the holiday period i spent some time knocking up an introductory article that looks at getting Oxygene for Java set up for Android development, looking at an overview of how Android apps work and how an Android project is laid out, and getting a simple app up and running on an Android device or ...
0
votes
Top Java 7 Features in Oxygene for Java
RemObjects Blogs
– I saw an article listing the Top 8 features in Java 7 and realized a number of them were already present in Oxygene for Java. Strings in Case Statements In Java they are Switch statements, but in Oxygene we call them a case statements. Instead of a series of if statements, you can use a single case ...
2
votes
Mixing VCL & FireMonkey with RemObjects Hydra
RemObjects Blogs
– An introduction to mixing FireMonkey & VCL controls in the same application using RemObjects Hydra. FireMonkey is the new HD & 3D Visual Control framework introduced in Delphi XE2. Hydra allows you to mix the new FireMonkey visual controls in existing VCL applications, even if they are ...
0
votes
Oxygene by Example – Threading
RemObjects Blogs
– Threads are ways to run multiple things in parallel, at the same time. Each program in Oxygene has 1 or more threads, by default just one, which is the main thread, which is the one in which the gui code runs. Using multi-threading allows you to run something in the background, while keeping your ...
December 2011
0
votes
Happy New Year 2012
RemObjects Blogs
– “View From The Top“ — Rocky Mountain National Park, Colorado, September 2011.
2
votes
Oxygene by Example – Command line parsing
RemObjects Blogs
– This is second article in my blog post series “Oxygene by Example”. While working with command line arguments in Prism is quite simple, the “Main” method has an array of string that holds the value, it can become quite complex when having to parse options too. When having to ...
0
votes
It’s Beginning to Look a Lot Like JavaScript
RemObjects Blogs
– If you’ve been around in the computer industry a while then you may recall the history of JavaScript. It’s come a long way from from its premier as LiveScript back in 1995. For the longest time it was kind of a poor performing novelty in web browsers. Then it started to get traction as a ...
0
votes
Oxygene for Java takes Delphi programmers to the Java and Android platforms
RemObjects Blogs
– At the end of November 2011, RemObjects released Oxygene for Java, previously known as Project “Cooper” as per this official blog post and, for that matter, the press release. Anyone familiar with Delphi Prism, which is RemObjects’ .NET compiler (also known as Oxygene for .NET) will know it is a ...
1
vote
Introducing the JavaScript Client Support for RemObjects SDK and Data Abstract
RemObjects Blogs
– A good introduction to the JavaScript Client Support for RemObjects SDK and Data Abstract introduced with the “Winter 2011″ release for the .NET, Delphi and Xcode editions of RemObjects SDK and Data Abstract.
1
vote
Oxygene by Example – Singleton
RemObjects Blogs
– This is the first item in my series “Oxygene by Example”, this time about singletons. Singleton classes are used when there’s only ever one instance of a class needed. They differ from Static Classes in that they have an actual instance, can implement an interface and you can use ...
1
vote
Developing Tomcat servlets with Oxygene for Java
RemObjects Blogs
– Since Java is strong not only on mobile devices but also on the server, we want to show how easy it is to get started with developing server-based applications with Oxygene for Java. For creating web sites as well as background infrastructure like web services, the Java servlets are the right thing ...
1
vote
SQL Server 2012 Denali LocalDB and Data Abstract for .NET
RemObjects Blogs
– With all this the-last-week-before-the-release fuss I’ve completely missed the RC0 release of the MS SQL Server 2012 “Denali”. Among many other features (probably Microsoft itself is better to explain about them), there is new SQL Express version called LocalDB or, as they call it, ...




