|
|
|||||||||||||||||||||||||||||||||||||||||||||
Lucas Torri's Blog
New project Marge version! I'm not kidding...Posted by lucastorri on April 01, 2008 at 10:49 AM | Permalink | Comments (5)Today, we are proud to announce a new version of the project Marge! [Time for thinking...] Yeah, that's true! This is not an april 1st joke :) We have been working for the last month in new features in marge-core, the framework itself, and also in a new version of Bluechat. Now, we happily present marge-core v0.5, with the following diffs from 0.4.0:
The project was migrated to NetBeans 6.0, because we believe that, at the moment, Mobility Pack is a much better tool for Java ME development than the available free solutions for Eclipse. Anyway, you can see that we don't want to force anybody to use it, cause you can still use the available Ant scripts provided by NetBeans or import the source directly.
We want to thank you all that have supported, tried, gave feedback and worked with the project during this time. We know that the project wouldn't go on without your help and because of that we are thankful. Now, we expect that you that already use Marge, keep using and sending your ideas, and for that ones that have never used Marge, this is the perfect chance, cause the project is getting better every new release! Thanks again and don't forget to go to the project's web page, take a look in the new features and give a try! ZFS, Indiana, VirtualBox and a bunch of memory sticksPosted by lucastorri on March 30, 2008 at 09:57 PM | Permalink | Comments (0)After installing Solaris in my machine, I'm trying to learn more about ZFS, that, in the words found at OpenSolaris website, "is a new kind of file system that provides simple administration, transactional semantics, end-to-end data integrity, and immense scalability". In the end of last year, I saw some slides from a presentation about ZFS from Sun, using a bunch of memory sticks to create a file system, and thought that very cool. Today, I found an article called "Playing with ZFS, USB memory disks and VMware Fusion" and decided to try it myself, but in a different way, using VirtualBox instead of VMware. First of all, I installed VirtualBox in Ubuntu Linux. After enabling the respective repository, just did an "sudo apt-get install virtualbox-ose" and added my user to the "vboxusers" group. Then created a virtual machine for a Solaris installation and installed the preview 2 of project Indiana. I was having problems to install Indiana every time I gave information for creating a new user, but when I gave just root password everything went fine.
For this test, I got two pendrives: one with 1Gb from PQI and a USB memory card adapter from Nokia, with a 512Mb mini SD card. VirtualBox was presenting some problems to use USB devices, but after some googling I found the solution here (Portuguese) and here.
With VirtualBox working, was time to create my first ZFS pool.
With the command "rmformat", I discovered that the two memory sticks were the devices "/dev/rdsk/c9t0d0p0" and "/dev/rdsk/c10t0d0p0". Therefore, created the pool with command "zpool create -f usbdisk c9t0d0p0 c10t0d0p0".
Now, with "df -h", there was a new file system called "usbdisk" with 1.4GB (the adition of the two memory sticks :).
But I was curious to see if it was really working, so I created a new file in "/usbdisk" with 1200Mb (bigger than the bigger memory stick capacity), and there it was:
Rebooted the system to check it was really true, and the file still was there. That's Great! Fantastic for projects like to create "A Home Fileserver using ZFS" But after closing the virtual machine and openning it again the file wasn't there anymore. This got me upset, but just for a few seconds before I saw that still there was something in the pool, using "zpool list".
Then executing "zpool export usbdisk" and "zpool import usbdisk" all got back again. Must be something related with the usb devices, but now I know there is no problem removing the devices or even mixing them.
There are alot of features available in ZFS, like creating file system with RAID redundace, use the available GUI and many more. Here are some additional information: * Solaris Operating System - ZFS Learning Center Tri-Boot System: Linux, Solaris and WindowsPosted by lucastorri on March 18, 2008 at 07:52 AM | Permalink | Comments (3)I just finished to setup my laptop with a Tri-Boot System with Ubuntu Linux, Solaris 10 and Windows Vista. Here are some tricks I discovered during this process. I passed SCJA ;)Posted by lucastorri on March 12, 2008 at 11:59 AM | Permalink | Comments (4)Good news. Yesterday I took the Sun Certified Java Associate exam and passed! Now, I would like to share this experience with you... First, to get prepared for the exam, I started reading some material about it's content that I found at the Internet. For example: http://www.scja.de/index.html Every Sun Campus Ambassadors has the possibility of earn free vouchers for Sun Certifications and pay nothing to take the exams. The only requisite is to do a test at Learning Connection (http://learningconnection.sun.com)*¹ and pass it. So, after I did the exercises at the websites I mentioned, I went to Learning Connection and took a test exam called "Sun Certified Associate for the Java Platform, Standard Edition, Exam Version 1.0 (WGS-PREX-J019C)". In this test, you have to do 4 exams with 51 questions each, covering the content necessary for SCJA and you have to answer correctly at least 35 of this questions in each exam. Done that, I requested my free voucher. Then, I went to Prometric website, created an account, chose the date and one available center in my city, Florianópolis. That's it, I just had to wait a few days and come to the appointment. So, yesterday, like I told before, I went to SENAC, here in Florianópolis to took the exam. The appointment was at 6h pm, but I arrived at 4h30 pm. Please, don't do that, cause you will have to sit and wait :P. When was time, I was asked for two documents with signature and photo. I presented my drivers license and my passport. After that, I was conducted to a tiny room (2x1 meters, I think), where there is only a computer inside e two vigilance cameras (I think it's not a good idea try cheating :). You sit and start the exam process. First, I had to answer a little survey about the knowledge level I believe I have (basic, advanced, etc). Then, the real exam starts, but you don't really have to be scared, cause the exam questions looks pretty much like the questions that are available in Internet and Learning Connection about SCJA. Also, there are plenty time to answer the 51 questions, a little less than two hours. In the beginning, I stayed a little nervous. Answered the first, the second... (now you start to see there is no mystery at all), end in the 51th. You can now check your answers. It's everything OK? You finish the exam and a message appears telling that your result is in the registry room. this is the tense moment, where you leave the room and have to go back and check how well you did. When you arrive there, the Secretary will give you a mysterious look, just to try get you nervous :P. Don't worry, in few moments she will show your results and you will realize that everything was all right.
This text was all about showing you that there is no complication in taking a Certification, only benefits. For example: now, I'm sure that my Curriculum looks better. I think I spent about 6 hours studying. I just payed attention at the exercises and every time I missed a question I tried to understand why I was wrong. Now, good luck to you! I will start to study to SCJP... *¹ Learning Connection has several courses about Sun Technologies. To be able to access it, your University should be part of Sun Academic Initiative. -- Lucas B. Torri GUJavaSC new websitePosted by lucastorri on February 18, 2008 at 09:11 AM | Permalink | Comments (0)The last couple weeks we've been working in the new website from the "Grupo de Usuários Java de Santa Catarina" our local Java User Group from the state of Santa Catarina, Brazil. It's in blog format and we want to provide news from the User Group and related to Java, as well as bringing together the local community. So, for everybody that can read Portuguese (or is interested in learn :), visit http://www.gujavasc.org.br Sun SPOT more Open Source than everPosted by lucastorri on January 30, 2008 at 08:33 AM | Permalink | Comments (2)After releasing the Squawk VM as Open Source, Sun announced yesterday that has open sourced the SPOT libraries as well, under GPLv2. SPOTs are small, Java-based, wireless devices developed at Sun Labs. This libraries include the code responsible for wireless communication, sensors control and security at the devices. The news was published in the forum and can be seen the the java.net project website: https://spots.dev.java.net/
These are great news for we, SPOT lovers, and the Open Source community. Thanks! NetBeans 6 T-shirtPosted by lucastorri on January 17, 2008 at 10:26 AM | Permalink | Comments (1)September of last year I participated in a Contest at the netbeans.tv website, where the participants should share some photos or videos about the place where they live, work, etc. I created a entry about the city I live, Florianópolis. Unfortunately I didn't won the contest (the prize was a 1 GB Pen Drive and a Rich Client Programming Book), but at least I won a NetBeans T-shirt. Today I received a package with the T-shirt and it is great! The photos as usual aren't very good, but take a look:
|
April 2008
Search this blog:CategoriesCommunity: Mobile & EmbeddedTools Archives
April 2008 Recent EntriesNew project Marge version! I'm not kidding... ZFS, Indiana, VirtualBox and a bunch of memory sticks Tri-Boot System: Linux, Solaris and Windows | ||||||||||||||||||||||||||||||||||||||||||||
|
|