Hadoop Virtual Panel
In this virtual panel, InfoQ talks to several Hadoop vendors and users about their views at current and future state of Hadoop.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Werner Schuster on Mar 27, 2008
$n = $nativeIn this case,
$n.import "Box2D.Dynamics.*"
$n.import "Box2D.Collision.*"
$n.import "Box2D.Collision.Shapes.*"
$native
is a global variable of type NativeEnvironment - as a matter of fact, it doesn't contain anything. In HotRuby, accessing members of objects of this type provides functionality. Eg. $n.import "Box2D.Dynamics.*"
loads the given JavaScript classes. These can then be accessed the same way, ie. via the NativeEnvironment (in these samples, also from the PinBall Demo, it's stored in the variable $n
):
def add_sprite
@sprite = $n.Sprite.new
$n.Main.m_sprite = @sprite
$n._root.addChild @sprite
@input = $n.Input.new @sprite
end
Scale Your Rich Web Apps with JBoss Errai
A Unified Mobile Architecture for the Modern Data Center
Build Cross-Platform Mobile Apps with Ease: Test-Drive JBoss AeroGear
Release Management Done Right: Best Practices for Build, Test & Promotion
Introducing TicketMonster: a JBoss tutorial with Java EE6 - plus HTML5, jQuery Mobile, JSF and GWT.
In this virtual panel, InfoQ talks to several Hadoop vendors and users about their views at current and future state of Hadoop.
Corey Leigh Latislaw discusses Android Fragments which enable scaling phone applications to tablets.
While stories are commonly used to prioritize development, a basic divide has formed over whether it should be done with numbers or without.
Brian LeRoux talks about the PhoneGap Build service, mobile web apps vs native, Facebook's switch to a native iOS app, PhoneGap adoption in emerging markets, Firefox OS, Adobe's web tools and more.
Vicente Navarro outlines the roadmap followed by the Space Situational Awareness team to implement an international, highly distributed and federated SOA system at European Space Agency.
Hook Hua discusses how semantic Web technologies are being leveraged by cloud-based SOA to improve interoperability within NASA enterprise boundaries and between NASA and external organizations.
Agile Transition presents fundamental knowledge supporting organizations transitioning to agile and shares the authors' failures & learnings in organizations transitioning to agile.
Phil Abernathy asserts that the role of the Agile Coach may be due to sunset - he proposes an alternate based on his vision of an Agile Practitioner Manager embedded within an agile team.
No comments
Watch Thread Reply