Sample Questions of Java Certification Exams
I decided to transform this blog in a TODO list of geek things that I may do someday. This blog is also an attempt to exercise good english, so please correct me if you see any weird writting.
Thursday, March 11, 2004
Thursday, February 19, 2004
Using AspectJ in JDeveloper
I was browsing the otn page and found this blog post.
TODO: Take a look later.
I was browsing the otn page and found this blog post.
TODO: Take a look later.
Saturday, February 14, 2004
Thursday, January 15, 2004
ErrorLink Eclipse plugin
As the model transformation compiler's tutorial says: "provides some hyperlink during the compilation process so you can directly jump to the file/line where is the error."
Ah, the 2 regex are:
I' m trying it now.
As the model transformation compiler's tutorial says: "provides some hyperlink during the compilation process so you can directly jump to the file/line where is the error."
Ah, the 2 regex are:
- .* (.*\.mtl)()() .*
- .* (.*\.mtl) line (\d+):(\d+): .*
I' m trying it now.
Colorer take5
I'm trying a model transformation compiler and it recommended me to install Colorer as a Eclipse plugin.
Colorer take5 is a syntax highlighting and text parsing library, that provides services of text parsing in host editor systems in real-time and transforming results into colored text. Result information allows to search and build outlined lists of functions, structures, and to search and indent programming language constructions (brackets, paired tags). Colorer uses pure C++, XML, it is fully portable and works on either win32/unix/mac platforms. Top level Java language API is also available.
http://colorer.sourceforge.net/.
I'm trying a model transformation compiler and it recommended me to install Colorer as a Eclipse plugin.
Colorer take5 is a syntax highlighting and text parsing library, that provides services of text parsing in host editor systems in real-time and transforming results into colored text. Result information allows to search and build outlined lists of functions, structures, and to search and indent programming language constructions (brackets, paired tags). Colorer uses pure C++, XML, it is fully portable and works on either win32/unix/mac platforms. Top level Java language API is also available.
http://colorer.sourceforge.net/.
Monday, December 22, 2003
Sound & MIDI Software For Linux
I'm planning to start a sound project with friend of mine, but I didn't know how to do this in a Free way. So, that friend has sent me a message talking where we will find software and related stuff to implement that idea.
Take a look.
I'm planning to start a sound project with friend of mine, but I didn't know how to do this in a Free way. So, that friend has sent me a message talking where we will find software and related stuff to implement that idea.
Take a look.
Monday, November 3, 2003
Eclipse Innovation Grant (eIG)
Terceiro told me IBM announced the Eclipse Innovation Grant (eIG). It is a competition of projects that use the Eclipse open source code base for teaching and/or research, and that can add to the sharing of code and ideas among the community of Eclipse users.
My advisor and I will have to write a project unitl next Friday. We'll submit the aSide Tool, a tool that supports Aspect Oriented Modeling.
Terceiro told me IBM announced the Eclipse Innovation Grant (eIG). It is a competition of projects that use the Eclipse open source code base for teaching and/or research, and that can add to the sharing of code and ideas among the community of Eclipse users.
My advisor and I will have to write a project unitl next Friday. We'll submit the aSide Tool, a tool that supports Aspect Oriented Modeling.
T++ at OOPSLA2003
My friend Antonio Terceiro has presented his work T++ : A Tool for Web Application Development with C++ in 18th Annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages and Applications at Anaheim, California.
He arrived today, and will post some photos at aSide's WebSite.
My friend Antonio Terceiro has presented his work T++ : A Tool for Web Application Development with C++ in 18th Annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages and Applications at Anaheim, California.
He arrived today, and will post some photos at aSide's WebSite.
Thursday, October 16, 2003
My start page at work:
http://java.net - I'm learning lots of things by reading some articles everyday.
http://java.net - I'm learning lots of things by reading some articles everyday.
Sunday, October 12, 2003
I joined a research group on Refactoring with Aspects. I´m studying Aspect Oriented Software Development and choose this area to my final project at University.
More info about AOSD will be posted here as I learn more about it.
More info about AOSD will be posted here as I learn more about it.
Tuesday, September 9, 2003
Monday, September 1, 2003
http://boa-constructor.sourceforge.net/
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help.
Zope support: Object creation and editing. Cut, copy, paste, import and export. Property creation and editing in the Inspector and Python Script debugging.
It is written in Python and uses the wxPython library which wraps wxWindows.
Watch the screenshots
TODO: use it =)
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help.
Zope support: Object creation and editing. Cut, copy, paste, import and export. Property creation and editing in the Inspector and Python Script debugging.
It is written in Python and uses the wxPython library which wraps wxWindows.
Watch the screenshots
TODO: use it =)
Friday, August 22, 2003
I am reading "Design Patterns: Elements of Reusable Object-Oriented Software", by the so called Gang of Four (GAMMA, E., HELM, R., JOHNSON, R., VLISSIDES); and will presentate some patterns on seminars at my University
Take a look at Huston Design Patterns and at Bruce Eckel's "Thinking in Patterns with Java"
Take a look at Huston Design Patterns and at Bruce Eckel's "Thinking in Patterns with Java"
Subscribe to:
Posts (Atom)