roni 17/01/2012 - 13:33
We are happy to announce an official version of tikal mutlijob plugin for Jenkins has been released.   The plugin can be found and downloaded by...
  • When migrating your application from JBoss 4.x to JBoss 5.x, some problems might occur.
  • Below is a list of some of these possible problems.
elad 02/08/2009 - 09:31

Hello again,

 

This time I want to talk about localization (a.k.a. i18n).

As Flex developers, as I assume you already know, all you have to do is create a *.properties file (say Messages.properties) and in it define keys with localized values, like:

columnHeaderName=Name

 

Then, in the main application mxml, you would define the resource bundles:

	<mx:Metadata>
		[ResourceBundle("Messages")]
	</mx:Metadata>

 

And basically you're done. All you need to do to use it, is use the ResourceManager class to access the localized value of the key.

Simple stuff, right?

 

Not so with GWT...

sefi 29/01/2012 - 18:51

Recently, I had to create a custom component that does live filtering on data presented in a grid.

 

If you are reading this series, you probably know how this can be done in Flex. If you don't, a quick google search will probably point you in the right direction. Enough to say that in envolves a custom component to get the search criteria and a filter function on the grid's dataProvider ArrayCollection.

 

I was surprised this is relatively straight forward in GWT (using uiBinder and GXT 3.0)

sefi 15/01/2012 - 21:51

Greeting ,

Just came on board Tikal (did not send yet a picture to lee)

 

I need a messaging queue implementation on tomcat

And I'm thinking of Jboss HornetQ.

 

Any one done it lately ?

 

Thanks,

Alon

alonm 09/01/2012 - 11:05

 Hi

 

I'm  trying to create Solr index from oracle db.

the trick is that i'm using multivalue field in solr, and expect from solr to split the value to multi value field.

here is my data-config.xml

<document name="doc">           
            <entity name="EBAYSE_CORE" transformer="RegexTransformer"
                      query="SELECT id,value1 FROM multivalue" >

                <field column="id" name="id" />
                <field column="value1" name="value1" splitBy="\;" />

            </entity>
        </document>

here is the schema.xml:

itaip 05/01/2012 - 16:30

 This ariticle give long and comprehensive look on Dart vs. JavaScript.

 

www.infoworld.com/d/application-development/first-look-google-dart-vs-javascript-179852

 

aviy 02/02/2012 - 23:23

My Functional Programming talk @ Sayeret Lambda. It is in hebrew.

 

(The sound quality is awful, sorry about that)

ittayd 28/01/2012 - 22:04

A good list of pros and cons about GWT. Well thought of

ittayd 24/01/2012 - 15:56

I don't know how many of you familiar with this new Google attempt to create new technology that might eventually replace JavaScript.

In the following video www.youtube.com/watch you can watch a preview about this technology.

which include among all other regular syntax and rule of programing language new approach for static typing vs dynamic typing. which enable you to have them both in your program.

 

In the video they explain way you may need static typing.

I know there is a big argue around this but i think this video is worth seeing, since  this technology is being developed from the guys who developed V8 engine.

 

 

Dart Link

 

Avi

 

aviy 23/01/2012 - 11:58
Syndicate content