Notes

Powered by The LE Company

Saturday, September 25, 2010

Core Java Interview Questions & Answers

Core Java Interview Questions & Answers
From: http://www.knowledgebase-script.com/demo/article-911.html


Core Java Interview Questions - Here you can find out a list of questions for core java interview along with the answers. There questions are often asked for core java job interview.

Wednesday, September 15, 2010

GWT Tutorial

This article describes how to develop a Web application with GWT and the Google Plugin for Eclipse. This article assumes basic Eclipse and Java knowledge . The article was developed using JDK 1.6, GWT 2.0 and Eclipse 3.6 (Helios)).

http://www.vogella.de/articles/GWT/article.html

Monday, September 6, 2010

Thursday, September 2, 2010

Sunday, August 29, 2010

Threads and Callbacks in RMI

(from: http://www.cs.swan.ac.uk/~csneal/InternetComputing/ThreadCallBack.html)

7.1. Background

So far, all the RMI examples you have seen have been very straightforward - the client needs to invoke some service on a server, and is prepared to wait until the service has finished before proceeding. But what if the service will take some time, and the client wishes to get on with something else while it waits? Or if the activities of the server are to some degree independent of main function of the client? The first situation is often the case when dealing with GUI code - it is not considered good practice to freeze up a GUI while it performs some slow operation.
Also, suppose there are multiple clients - what happens if more than one tries to access the service at the same time? We will deal with this issue first, as it is the simplest.

Tuesday, November 24, 2009

Xử lý các sự kiện Trong Java

From: http://www.vn4000.com
http://www.vn4000.com/content/view/4670/35/
Java SE Architecture, source: http://www.oracle.com/technetwork/java/javase/tech/index.html

Thursday, November 12, 2009

Getting started IAR Embedded Workbench for ARM with AT91SAM7S256

Le Trung Thang 2011


Prepare tools:
- Software: IAR Embedded Workbench for ARM (www.iar.com).
- Hardware: AT91SAM7S EVALUATION BOARD and Jlink 7 (http://www.segger.com) debug board (see schematic at below).
Other alternation can be considered in case of you don’t have AT91SAM7S Evaluation Board could be OLIMEX SAM7-P256 Development Board (www.olimex.com).
I have not tested with Olimex board yet, but strong belive that it's able to work well with this demonstration project.
- Source code: Demo source code of this project can download here: SAM7s256-SourceCode.

  Fig 1. AT91SAM7S EVALUATION BOARD

Fig 2. Modules in Board

Vi Điều Khiển AVR ATmega128 - AVR microcontroller

Một số tài liệu về vi điều khiển AVR và FPGA.
(This is some documents about Atmel AVR microcontroller, FPGA chip in Vietnamese.)

Sunday, October 11, 2009

Study About ARM7TDMI processor and Keil Realview Real-Time OS

Le Trung Thong, 2012

Here is place to post the ARM7 project which is graduated thesis of Thong Le. This page will include design, source code, plans,... Thong Le will take care this page.
Copyright by https://blog.osteele.com/2008/05/my-git-workflow/