Syndicate content

hagzag 01/09/2010 - 11:09
I had tow motivations of getting rid of the All view The All view is quite annoying don't you...

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 - 08:33

Flex 3 had some language tags we are all familiar with like <fx:Binding>, <fx:metadata>, <fx:script> and <fx:style> to name a few.

Flex 4 introduces some new mxml tags you can use when writing mxml classes. They are <fx:Declarations>, <fx:Definition>, <fx:Library>, <fx:Private> and <fx:Reparent>.

 

sefi 14/05/2010 - 10:00

As a big fan of hudson-ci I would like to take a note of the most commonly used hudson plug-ins (at least by me) needed in order to maintain a good build environment.

This list was collected as part of my experience in the last couple of years. I am sure your may differ then mine mine :).

 

Setenv plugin

hagzag 27/08/2010 - 16:30

More integration with Subversion:
Integration of the TortoiseSVN client into the PL/SQL Developer IDE (Beta-phase) - http://plsqldev-svn-plugin.tigris.org/

Simple add-in for Delphi and C++ Builder IDE's (a.k.a Borland Developer Studio, a.k.a Turbo Delphi/C++, a.k.a. CodeGear RAD Studio) - adds a menu with the most common TortoiseSVN commands to work with the current project file and an extra command to open an explorer window with current project (to access advanced TortoiseSVN commands). - http://delphiaddinfortortoisesvn.tigris.org/

Another subversion plugin for Borland Developer Studio or some of the Turbos that does not require TortoiseSVN (i.e. works directly with SVN) - http://sourceforge.net/projects/delphisvn/

Microsoft Office - Subversion integration: add-in scripts that invoke TortoiseSVN (Subversion Client) commands - http://code.google.com/p/msofficesvn/

liya 27/06/2009 - 09:45

Hi,

For a multi-threaded NMS module that handles SNMP outbaound sessions and incomming traps, I am looking for a high level API that utilizes the java 1.5/1.6 threading API.

 

I have encountered several libraries, namely they are:

http://tempus-fugit.googlecode.com/svn/site/documentation/concurrency.html

 

http://code.google.com/p/jetlang/

 

http://prometheus.codehaus.org/overview.html

 

http://code.google.com/p/jconch/

 

Has anyone had real experience with any of these libraries or some other library?

 

I only need the threading module not the SNMP module.

 

Thanks,

shlomo 19/07/2010 - 16:44

As of now Hudson-CI is leading the poll, altough it seems like a "work in progress" for the list isn't 100% complete see: http://java.dzone.com/polls/which-continuous-integeration & see the posts comments.

hagzag 03/09/2010 - 18:53

Google has taken over the web & e-mail by far and truth is I don't blame them every "day" we hear of something new.

What can I say they are just very good at what they do ... I tried it and it is very accurate ! (at least form me )

 

hagzag 03/09/2010 - 11:37

There's a constant discussion about Scala being a complex language. In this post I'll try to show the simple parts of Scala that make coding easier.

 

My favorite article about why Scala is not complex is by Martin Odersky, the father of Scala: http://lamp.epfl.ch/~odersky/blogs/isscalacomplex.html. But there's one problem with it, it appeals to those already in favor of Scala.

 

I think Scala *is* complex. Some due to the functional concepts that are foreign to the Java world, some due to the requirement to work inside the JVM (and CLR). In fact, I was against Scala since 2006, because then I tried to learn it and found the syntax awkward. I recently had to start using it because a client required me to and haven't looked back since.

 

Ok, so now to the actual post, why should you use Scala: because some parts of it make programming easier even for novices:

ittayd 02/09/2010 - 21:33

When I read this article a week ago or so I wasen't so excited from the improved search interface - Until I gave it a try.

Please note: in order to upgrade you will need to expire the cache of all the repositories - the improved search is a result of new lucene indexes included with 1.7.x version.

 

  • IMHO search speed is 10 times faster the 1.6.0
  • The search details is very useful for exmaple:

I serched for maven (naturally ...)

nexus search 2

And

nexus search 1

hagzag 02/09/2010 - 00:23

Hi,

A client had this issue. Instead of presenting the whole case, here are two links that explain the scenario and provide possible solutions to this issue if you ever encounter it:

 

1- http://candrews.integralblue.com/2009/01/preventing-outofmemoryerror-nat...

 

2- http://www.talkingtree.com/blog/index.cfm/2005/3/11/NewNativeThread

 

 

 

shlomo 31/08/2010 - 09:18