InfoQ Homepage Development Content on InfoQ
-
Will Java 8 Solve PermGen OutOfMemoryError?
As part of Oracle's ongoing project to merge the HotSpot and JRockit codebases, Oracle has announced that they will remove PermGen from the Java 8 version of the HotSpot JVM. The effects of the removal of PermGen can now be checked with Java 8 Early Access builds, it is time to find out if all PermGen problems have been resolved.
-
Final Preview of Visual Studio 2012 Update 2 Released
The anticipated final preview of VS2012/TFS2012 Update 2 has been released. It brings a few more updates including the highlighting of the new LightSwitch HTML client.
-
HTC America Drops Ball on Mobile Security
Manufacturer HTC America affirmatively acknowledged Federal Trade Commission (FTC) charges that millions of its customers’ Android based mobile devices were using software with potentially serious security vulnerabilities. The leading mobile device making company was ordered to make a patch available before the end of March 2013 to all concerned parties.
-
Latest News from Microsoft and Amazon Regarding Android
Microsoft Azure now has an Android SDK including notification push to Android devices. Amazon makes available a Mobile Ads API that can be used to display adds from their network on any Android device in parallel with those from Google AdMob.
-
PhoneGap 2.5 Enables Application Cache and InAppBrowser Geolocation
PhoneGap 2.5 has been released with support for application cache and InAppBrowser geolocation including several updates and bug fixes.
-
Eclipse Orion 2.0 Now Runs Locally on Node.js
Eclipse Orion 2.0 has been recently released with support for Node.js, Projects, more and improved Shell commands, better JavaScript code assist and performance improvements.
-
Entity Framework 6 Alpha 3 with Code First Stored Procedures and Connection Resiliency
Microsoft has released Entity Framework 6 Alpha 3 with support for code first stored procedures, connection resiliency, pull request from iceclow and UnaiZorrilla.
-
Casablanca's C++ SDK Whitelisted for Open Source
Microsoft's C++ REST SDK, codenamed Casablanca, has been open sourced under the Apache 2.0 license. Casablanca provides developers with a multiplatform way to write C++11 code that interacts with REST services.
-
Eclipse RAP 2.0 Released - Same Acronym, Different Name
On January 11th, Eclipse RAP 2.0 was released, after 6 years of development. InfoQ talked to the project lead about the release.
-
Vaadin 7 Arrives with GWT as an Integrated Component
Vaadin has released version 7 of its Java-based web application framework. The Vaadin 7 platform is the framework's first major update since 2009.
-
Concurrent Releases Lingual, a SQL DSL for Hadoop
Concurrent, Inc., the enterprise Big Data application platform company, today announced Lingual, an open source project enabling fast and simple Big Data application development on Apache Hadoop using SQL.
-
Applying Validation for Queryable API in ASP.NET Web API OData
In ASP.NET Web API OData, it is important to enable validation in Queryable API if you make use of queries outside the organization and this article examines the various scenarios where you can enable validation.
-
Using the Domain Driven Design Bounded Context Concept to Shrink a Large Domain Model
Bounded Context concept from Domain Driven Design (DDD) can be used to divide a large model into smaller models using the Database Context (DbContext class) in Entity Framework (EF). Bounded Context creates smaller, more cohesive models with boundaries between models.
-
SOLID Database Design With PostgreSQL
Chris Travers recently published a series of articles titled “Building SOLID Databases”. He explains several ideas on how to apply some of the common OOP principles such as Single Responsibility Principle, Interface Segregation, Dependency Inversion to improve data models and database code.
-
Oracle Updates NetBeans for HTML5
With the latest 7.3 release of NetBeans, Oracle has updated the IDE so developers can more easily build HTML5-based user interfaces for mobile and web applications, with code completion capabilities for HTML, JavaScript, and CSS3, and a new Nashorn-powered JavaScript editor. Netbeans also gains a new stand-alone JPQL editor that allows developers to test JPQL queries directly from the IDE.