|
June 2006
[
mkleint
]
07:05, Monday, 26 June 2006
The Maven POM file contains a lot of useful information but it's not always ready at hand. While browsing some pom.xml file and copy-pasting the url contained there, I thought there must be a better way. Why not have the URLs hyperlinked? I knew Netbeans has APIs for hyperlinking documents, took me a bit of tweaking and looking into other people's code (the netbeans.org cvs repository proved handy here. Thank you Struts support.) and here is the result. PS: the features above will appear in the next version of mevenide2 for netbeans.
[
mkleint
]
12:24, Friday, 16 June 2006
A few days ago, articles on use of GWT within Netbeans appeared on planetnetbeans.org. That reminded me of an article by Robert Cooper on ONJava.com site I have read 2 weeks ago. Robert shows how to work with the Google Web Toolkit using Maven. (Maven1 to be exact) So after installing the Maven support from Mevenide into Netbeans and installing Robert's GWT Maven plugin, one should be able to easily build, run and debug your GWT application as well. |