|
|
||
Felipe Gaucho's BlogApril 2007 ArchivesWill Java become Open Source in JavaONE?Posted by felipegaucho on April 30, 2007 at 05:04 AM | Permalink | Comments (3)Ubuntu test-drive for Windows users.Posted by felipegaucho on April 22, 2007 at 05:27 AM | Permalink | Comments (9)Simple and direct, let's install everything you need to try out Java on Linux at your Windows machine. Step by step guide to run Ubuntu on top of your Windows XP/2000 operational system:Step #0 Downloading the required software:
Step #1 Installing VMWare Player
Click here for detailed installation instructions. Step #2 Running Ubuntu Linux on the VMWare Player
Step #3 Configuring Ubuntu to your keyboard/language The Ubuntu image you are running comes in German by default - thanks jars.de for distributing the image. For most users, German is not the default language and the keyboard may also startup wrongly configured at the first time. Here there are some few steps you must proceed in order to get comfortable usability from your new operating system.
Step #4 Playing Java on Linux A long time ago dream is every day more simple to become reality. Ubuntu Feisty Fawn is the first Linux distribution that comes with the Java platform embeded by default. We have a lot of tricks to be discussed here, but for now the most important is to get it running. In order to test Java installed in your new Ubuntu, just trigger Eclipse from the operation system menu:
Done! Now you select the workspace folder, and leave it running in your new desktop:
Netbeans and GlassfishThe image provided by jars.de comes without Netbeans and Glassfish. There is a simple line command to download and install everything
at once. Open a console - at the OS menu: sudo aptitude install sun-java6-jdk sun-java6-javadb glassfish netbeans5.5You will be asked to confirm some license agreements and to download the Netbeans tar file and copy it to the temp directory. Here it worked without any problems. VMWare player is free, but the tool required to create the images not. For that reason, I cannot publish a ready for using version of Ubuntu, in english and with full JEE5 platform :). But I am sure it is a question of short-time to some one provide us such version. A good chance is the linux.java.net community. SUN Tech Days @ BrazilPosted by felipegaucho on April 17, 2007 at 03:15 AM | Permalink | Comments (2)The giant SUN Tech Days @ BrazilFirst of all I need to mention that Brazil is promoting probably the biggest SUN Tech Days in the world, with more than three thousand participants over twenty different cities. With a huge effort, SUN Brazil promotes it every year, counting on the support of SUN Microsystems and some local heroes, with a special remark on Bruno de Souza - an unbreakable JavaMan who deals with the avalanche of issues with serenity and friendship behaviour - a privilege to have a so passionate person working to promote Brazilian Java community. And he is not alone, all over the country we have regional leaders working hard to organize the best event as possible. On the event of my JUG - the CEJUG Tech Day - we've done everything in a collaborative way, with community members producing t-shirts, professors and students involved in promoting the event and we - the coordinators - doing over night efforts to provide a great Java show on 19th April 2007 - with almost 300 people already registered. We've got also a great support from local sponsors, providing the event with a higher quality, which would not be possible without financial support. And, of course, there is some pending issues, like the certificates.Certificates of presence - how to deal with that?An interesting point of our tech days is about certificates. The attendants of the event are coming from all layers of the software industry, including students, professors, professionals and business people. Different people, different goals but since the event is during the commercial hours, some of the students and professional require certificates to show to the companies they are out of the office but still investing in their technical education. A burocracy, simple and quite reasonable, but something a bit complex if you think about that. Two issues: first of all, the certificate themselves: they must be designed, printed and released in some way - that's the easy part, since you will reuse it several times. The second aspect about certificates is the controlling over who is really attending the conference. After some evaluation, we agree the controlling is not feasible without a lot of resources investment, so we decided to simplify the certificates process. The SUN Tech Days has a web application for registration, that includes the name and the e-mail of the participants. Well, we decided to generate a PDF with the individual certificate and send back to the registered users after the event. It is not bullet proof, but at least it is a simple, economical and echological solution. People who really need to get a printed certificate, can do it by themselves. We plan to use locked PDF - the ones you can't modify - to guarantee a minimum trustful level. Or use a PGP key to sign the original documents, or other great ideas about trustful documents that geeks love to discuss :) Global registering of conference attendants.Other idea I already posted here about a global server containing the registering of all conferences people had attended all over the planet - sorted by region, country or whatever it is required to be useful. In this case, a person would be identified by a unique ID, and this ID would be associated to his JUG. It is not useful only for dummy reasons like proving to your boss you were in a conference, but it can be used for marketing campaigns and discount programs similar to the ones used by Las Vegas casinos. If you are a frequent attendant of big conferences, why not receiving a privileged treatment on the next events ? Or why not receiving business benefits as a vip attendant ? :) That's all. Remember to check the SUN Tech Days nearest your home, these events are really a great moment to keep in touch with your community. Scriptlet programming challenge 4 students (JDK6 x Groovy)Posted by felipegaucho on April 11, 2007 at 06:06 AM | Permalink | Comments (1)ELCA announced an entry level scriptlet competition at Jazoon'07, with focus in innovative thinking and rapid application development based on the new features of the JDK 6 or based on Groovy. The prizes are quite attractive for students, including free Jazoon'07 vouchers and books from Amazon. And, of course, the best prize: proving your skills in one of the richest markets in the world :) All codes should be submitted by e-mail until April 30th, so hurry up with your best thoughts ;) Interested in participating? check details here. def deadline = 'April 30th'; def name='alert'; println "$deadline!"; def magic = '0xCAFEBABE'; // see you @ Jazoon'07 | ||
|
|