March 2010
7 posts
3 tags
Robotlegs Plugin for IntelliJ
So I started a little plugin a few days ago. I’m writing it for IntelliJ and it’s designed to make your life a little simpler, letting you navigate between classes with known ‘Up’ and ‘Down’ relationships in Robotlegs MVCS. Eg, The view is “Up” from the mediator and the service is “Down” from a command. IntelliJ is really cool. Apart...
Mar 29th
Mount VBox shared dir as normal user in Linux...
Rash wanted to mount a shared folder between his Windows desktop and a Linux guest running inside Virtual Box on said desktop. He also wanted to be able to own and write to the mounted shared folder as himself, ( aka non-root user). The syntax to put into /etc/fstab is: [shared folder name] [mount path] vboxsf uid=[uid],gid=[gid],dmode=0755,fmode=0755 0 0 In Rash’s case this...
Mar 22nd
Flash Platform Users Group
VisFleet sponsored the Flash Platform Users Group lastnight. Thanks to the guys and girls of the group for a good night and interesting talks.  And here’s some pics: Rash taming Flash code into crafted code Vinnie wowing the audience with 3D in the browser
Mar 18th
Flash Platform User Group - Thursday @ 6PM at...
VisFleet are sponsoring the next Flash Platform User Group meeting this Thursday @ 6PM at VisFleet’s offices. Our own Rasheed is giving a talk on the popular new Flex framework (RobotLegs).  To register, RSVP here: http://aucknzfpug.eventbrite.com/ All welcome. Pizza and beer will be provided. Should be a good night. Talks: Rasheed Abdul-aziz. Rasheed will be wowing us with the...
Mar 15th
List Model-Service Architecture with Robotlegs
EDIT: Stupid post. I don’t know how I got it into my head that VO’s needed an abstract factory for testing. They’re Value Objects! Without the Abs-Fac we don’t need ‘IVO’ and we can implement multiple interfaces because the concrete interface is all that our system needs. Sorry if I wasted your time with this drivel. I’m currently looking at our...
Mar 9th
7 tags
On Robotlegs UI Architectures
There are now Caveats to all my posts. I am considering everything in this post from the point of view of a N-Tier RIA developer’s point of view. The Robotlegs MVCS presents a myriad of ways you can work with your tiers, without adding one line of extra framework code or departing from the Best Practices. Then there are the few presentation model mods I’ve seen around, such as Elad...
Mar 4th
4 tags
Verbose is a dirty word
I’m not saying verbose should be a dirty word, just that it does have a pejorative meaning. If you’ve used *nix command line tools often enough, you’ll know that -v is often used as a flag for “verbose”. This usually ends up in some useful information coming out of the log or stdout. -vvv usually means “very verbose” and too much information pours out to...
Mar 1st