Java

Here is the presentation given at our last event about moving from Java to Scala.

 

The presentation show how Scala can be used instead of Java to get more concise and modular code gaining productivity and maintenance advantages. It use a simple Android application to show the transition. It touches simple Scala features that make us more productive as well as more advanced ones that make our code better.

 

 

 

 Here's the original presentation:

 

ittayd 22/05/2011 - 21:43

The information about the combination of these two goodies is to say the least scarce. I decided to create a minimal small POC project which

Full credit to Ittai who helped me out with this post.

1-Has a self contained Maven POM, which works out of the box without any major modifications.
2-Explicitly invokes AntInstaller via a configuration file while utilizing an antinstaller properties file
3-Is easy to understand and expand.

Without further ado, I shall describe the files involved in the project which was fully build using the one and only Intellij IDEA.

Folder structure is as follows:

|-tikalk-installer
 |---src
 |-----main
 |-------antlib
 |-------installer
 |-------lib

The directory structure was generated using the folowing linux command:

shlomo 26/10/2010 - 11:35

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 - 15:44

Have been wondering how to build your application that have both Java and Scala sources with Maven?

Here you can find a tutorial from http://mackaz.de:

Build a mixed Scala 2.8/Java application and Eclipse Settings for this project

liya 08/04/2010 - 09:04

Kauklahti is an open source tool aiming to keep ORM simple. It integrates with Spring JdbcTemplate and works like BeanPropertyRowMapper. But it also supports table joining and full CRUD generation.

itaip 28/10/2009 - 08:54

Hi,
I want to run Solr on Tomcat.
My index is very large >70m documents ~10 gigs on disk.
My machine is a windows 2008 server 64bit with 8 cores and 64 gigs of ram.

I want to use the largest heap possible, what do u recommend the optimal vm args i should use?

davidginzburg 13/10/2009 - 13:55

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

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
Twilio provides infrastructure APIs for businesses to build scalable, reliable voice and text messaging applications. Using Twilio you can:
·      Make and receive phone calls - build applications that use the phone network to interact with people on landlines and cell phones all over the world. In just a few lines of code, you'll have phones ringing
hanan 20/01/2012 - 09:42

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
Syndicate content