flex

 The goal of this tutorial is to modify the spring roo vote sample application (found in Roo's sample scripts directory), so the sample will now use Flex as it's interface. This tutorial was written during a Tikal Fuseday workshop on Spring Roo Flex Addon, by Haim Raman, Shay Gabay and Lior Boord.
 

Introduction

In recent years, conventional Java and other traditional software development methods are challenged by new development platforms. Ruby, Grails, Django and other platforms introduce a faster and simpler approach for Software development. The current Global recession only made these new methods more popular, in today's enterprise world, companies are looking for ways to cut development costs and are questing traditional methodologies.

 

About Spring Roo

liorb 24/02/2011 - 15:20

Hey guys,

 

Few notes I took from the Yakov Fain lecture that took place last week:

 

When loading modules: you don’t have to load RSL in the main app, only link it as such to the module itself

 

Merge into Code – Yakov reminded us that in this linkage option, only classes I used will be compiled into the swf

 

Fonts slow the compilation – so always compile your css which embed the fonts as a separate SWF file, and load it dynamically.

 

Preloader as a flash content  – In his book “Enterprise flex application” he gives and example of using a flash preloader swf who looks like the initial login page in your application, and on the background he loads the rsls while the user verify his details.

 

shair 07/02/2011 - 15:38

In previous posts in the series we discussed new features in Flex 4 that are basic in nature (namespaces, an introduction to the new Spark components architecture and the new mxml tags to name a few).

In the next few posts we will discuss the more interesting stuff new with Flex 4 like FXG, states, layouts, effects and skinning.
So, without further ado, View States!

 

sefi 29/06/2010 - 08:56

Now that Flex SDK 4 was released, I thought I'd do a series of posts on the differences between Flex 3 and Flex 4 SDKs that will hopefully help migrate your Flex 3 app to Flex 4 or make the transition from SDK 3 to SDK 4 easier. I will be assuming you already know Flex 3 and will concentrate on the new in Flex 4 compared to Flex 3.

This post will serve as the index of the series, and I will be adding links to the different posts to this one as they become available, so come back from time to time to get updated.

 

sefi 21/04/2010 - 07:33

 

ilan 06/01/2010 - 16:17

ELIPS Studio 3 is a plug-in for Adobe Flex Builder,  which allows Flex to go mobile!

 

Can't wait to test it...

 

Anyone knows about alternatives?

 

-Ilan

ilan 13/12/2009 - 17:46

I was asked to find a way for separating our localization resources out of the application swf, so that different locales can be loaded at runtime.
Pretty quickly I found the "Using resource modules" help subject, which explains how to create, compile and load resource modules,  which are SWF files, separated from your application SWF, that contain resources bundles for a single locale.
While trying to set up a demo application (didn't found one) using the instructions in the help files, I bumped into several issues which I will explain here in hopes that it will save you the time, and added the sample app as well.

ilan 09/12/2009 - 11:21

Hi all,

 

Our next Flex group meeting will focus on how to set up a BlazeDS connection from a Flex app to a Java server.

The meeting is not a BlazeDS lecture but rather a step by step demo.

You can bring your laptops for a hands on experience.

 

The meeting will be held at Tikal's offices (Habarzel 32A Tel-Aviv) on Tuesday, 1st of December, 09:30 , and will be presented by Yossi Shemer.

 

Cheers,

 

-Ilan

 

 

ilan 26/11/2009 - 11:03

In part 1 we discussed Jmeter configuration.

In this part, we'll go over EC2 configuration

 

We’ll be using Amazon’s cloud computing service (aka EC2/S3).

I’ll be assuming you already have an account with Amazon. If you don’t, create one, and save the cert-XXX.pem and pk-XXX.pem key files.

sefi 22/10/2009 - 08:10
Syndicate content