XML plugins for Eclipse
I'm looking for a good, GPL'ed (or CPL'ed) XML eclipse plugin.
First, I tried SolarEclipse, but didn't like it because it couldn't save a simple modified xml.
Then (after uninstall SolarEclipse), I tried X-men. It simply didn't show his face up to me :(
After, I decided to experiment black-sun and it's XML editor seems to be okay, althought somebody has written that its unstable.
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, August 12, 2004
JBOSS + Struts + Eclipse
I found this article when I found that plugin below may cause problems in future because it would expire after 1 month.
I'm using
When beggining to read page 4, the problems tab (or whatever it is called in eclipse3.0) is full of errors (precisely, 10 errors). After the XDoclet configuration and run, all errors are fixed.
I found this article when I found that plugin below may cause problems in future because it would expire after 1 month.
I'm using
- jakarta-struts-1.1
- jboss-3.2.5
- jboss-ide-1.3.0
- eclipse-3.0RC3
When beggining to read page 4, the problems tab (or whatever it is called in eclipse3.0) is full of errors (precisely, 10 errors). After the XDoclet configuration and run, all errors are fixed.
Tuesday, August 10, 2004
Struts Editor for Eclipse
I found an interesting Struts editor for eclipse: myEclipse
I haven't read all documentation, but it seems to be pretty well. You must register to download and your registry expires in 30 days.
I found an interesting Struts editor for eclipse: myEclipse
I haven't read all documentation, but it seems to be pretty well. You must register to download and your registry expires in 30 days.
Thursday, July 29, 2004
cross-browser-wysiwyg-editor for Zope
A friend told me that exists an wysiwyg editor (epoz) for Zope and he was talking about porting it to be wysiwyg-editor for wikis.
View an example of epoz.
His idea is use WikiInterchangeFormat as the default generated language (epoz generates xhtml).
Saturday, July 10, 2004
Python development with Eclipse and Ant
Somebody has told me about pydev, which is a python development enviroment for Eclipse. There I found this article of IBM, explaining also how to use Ant with Python.
Somebody has told me about pydev, which is a python development enviroment for Eclipse. There I found this article of IBM, explaining also how to use Ant with Python.
Wednesday, June 23, 2004
Friday, June 11, 2004
Installing Gentoo 1.4
As debian stable CD´s don´t want to work in my computer, I tried gentoo, but thought it too risky. I found this guide at google, and it is helping me a little.
As debian stable CD´s don´t want to work in my computer, I tried gentoo, but thought it too risky. I found this guide at google, and it is helping me a little.
Documenting C++ source
I was reading log4cxx documentation thinking of using it in my Computer Graphics exercises and the almost-javadoc-like appearance of docs took my attention.
I asked the documentation´s author and he talked me he used doxygen to generate it from sources. It seems to be pretty, generating class diagrams from header files.
I was reading log4cxx documentation thinking of using it in my Computer Graphics exercises and the almost-javadoc-like appearance of docs took my attention.
I asked the documentation´s author and he talked me he used doxygen to generate it from sources. It seems to be pretty, generating class diagrams from header files.
Saturday, April 17, 2004
Open Source Software Development Research
UCI research in open source software development focuses on empirically-based studies of the processes, practices, and communities that develop open source software. Ethnographic and virtual enthnographic research methods are employed in the field studies of open source software development in communities that include those centered on Internet infrastructure, X-Ray astronomy and deep space imaging, networked computer games, and academic software design research.
Home-page
UCI research in open source software development focuses on empirically-based studies of the processes, practices, and communities that develop open source software. Ethnographic and virtual enthnographic research methods are employed in the field studies of open source software development in communities that include those centered on Internet infrastructure, X-Ray astronomy and deep space imaging, networked computer games, and academic software design research.
Home-page
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.
Subscribe to:
Posts (Atom)