background preloader

@trier

Facebook Twitter

My Tech Cafe...: Understanding tFileList component - Talend open Studio. Today, I am going to demonstrate usage of tFileList component.tFileList iterates on files or folders of a set directory and retrieves a set of files or folders based on a filemask pattern and items on each unity.We are going to create a Job, which aims at listing files from a defined directory, reading each file by iteration, selecting delimited data and displaying the output in the Run log console.First lets look at the Directory structure and its files.

My Tech Cafe...: Understanding tFileList component - Talend open Studio

We have three files which contains department information in directory D:\TalendFiles\dir (refer screenshot below) All the three files have same schema and contains departmentId and departmentName. look at all the three files below. Now our aim is to read all the files iteratively and display in Run log. Getting started with Apache Camel using Groovy. From their site, it says the Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns.

Getting started with Apache Camel using Groovy

It might seem like a vague definition, but I want to tell you that this is a very productive Java library that can solve many of typical IT problems! You can think of it as a very light weight ESB framework with "batteries" included. In every jobs I've been to so far, folks are writing their own solutions in one way or another to solve many common problems (or they would buy some very expensive enterprisy ESB servers that takes months and months to learn, config, and maintain). Things that we commonly solve are integration (glue) code of existing business services together, process data in a certain workflow manner, or move and transform data from one place to another etc.

Using Expressions and Variables in Talend Maps. My Tech Cafe...: Talend Certification Frequently Asked Questions - FAQ. Recently, I have cleared Talend Open Studio Certification exam for Data Integration.

My Tech Cafe...: Talend Certification Frequently Asked Questions - FAQ

Most of the users have some doubts or questions regarding the certification. Before giving the exam I have done some research on the exam. So in today's post I am going to compile list of frequently asked questions related to the Talend Certification. Here it goes: Question. Answer. Question. Answer. When you purchase a Talend Certification Exam, you receive an e-mail within two business days that includes all the information you need to access and complete the online test.

Question. Answer. Question. Answer. Question. Answer. Talend, tutoriels pour débutants / tutorials for beginners. Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning. The Java™ Platform, Standard Edition (Java SE™) is used for a wide variety of applications, from small applets on desktops to web services on large servers.

Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning

In support of this diverse range of deployments, the Java HotSpot™ virtual machine implementation (Java HotSpot™ VM) provides multiple garbage collectors, each designed to satisfy different requirements. This is an important part of meeting the demands of both large and small applications. However, users, developers and administrators that need high performance are burdened with the extra step of selecting the garbage collector that best meets their needs.

A significant step toward removing this burden was made in J2SE™ 5.0: the garbage collector is selected based on the class of the machine on which the application is run. This better choice of the garbage collector is generally an improvement, but is by no means always the best choice for every application. When does the choice of a garbage collector matter? Eden. Exception: outOfMemory - Talend Knowledge Base - Talend Online Documentation & Knowledge Base. Top Ten Timesaving Talend Tips of Two Thousand Eleven: Part 1. The end of the year is the season for lists and I just listened to the S's in the complete Beatle's catalog on the radio.

Top Ten Timesaving Talend Tips of Two Thousand Eleven: Part 1

Here are 10 timesaving tips for Talend Open Studio for Data Integration that I used in 2011. #10 Drag and drop a component on a connector From the Palette, select a component and drag over a connection. When the connection is highlighted, release the mouse. This works particularly well with tFilterRow and tLogRow and avoids having to connect/reconnect several connections. #9 Copy and paste.

Talend by Example - A Site About Talend. Software for Web Scraping. Business Analyst Toolkit – Free tools, templates, and resources. Today is the day when you stop the dog and pony show as a Business Analyst.

Business Analyst Toolkit – Free tools, templates, and resources

That’s enough! Reddit - Boostez votre présence que les réseaux sociaux. Java.lang.OutOfMemoryError: Java heap space - Google Search. How-To Geek - For Geeks, By Geeks. Download Anti-Spyware Tools for Windows. MajorGeeks.com - Talk nerdy to me.

Download Anti-Spyware Tools for Windows

Spread The Word MajorGeeks RSS / XML Feed.

Online data source

Hadoop. Tropical Software Observations: Testing Grails Service class. Testing Grails service classes is easy if the service does not call any domain persistence methods.

Tropical Software Observations: Testing Grails Service class

Meaning if your service class does cause some domain object to persist to database, it's going to be painful to try to mock the calls and check the result. And I'm not even sure if it's worth it to try. The problem is that grails-testing newbies like me will want to try to do unit testing for services. In short, don't do that unless your service classes are simple and easy. Koding. CodePen - Front End Developer Playground & Code Editor in the Browser.