GWT dev mode remote access
I needed to access the GWT build-in server for Eclipse from another machine. A search on-line led me to this tutorial. It worked! 🙂
Read more "GWT dev mode remote access"I needed to access the GWT build-in server for Eclipse from another machine. A search on-line led me to this tutorial. It worked! 🙂
Read more "GWT dev mode remote access"While looking for an ant build script generator, I came across ebuild and found it interesting. With this, I no longer really need to maintain a “generated” ant build script. 🙂
Read more "ebuild"Update 20110926: In Fedora 15, you can just install subversion-javahl-1.6.17-1.fc15 from Add/Remove Software tool, much easier than the method described earlier. 🙂 When trying to run Subclipse, I got the following error: Failed to load JavaHL Library. To get JavaHL loaded for Subclipse on Fedora, I had to first register on Collabnet before attempt to […]
Read more "Subclipse on Fedora"Here are some information that I found on the net about JavaOne 2010. Feel free to comment with additional resources. To start, Oracle posted some video highlights. If you have JavaOne login, you can view the full versions at On Demand site. If not, you can still see some of the contents here. Beyond that, […]
Read more "JavaOne 2010 Related Links"I encountered an access restriction error in Eclipse and found the following workaround worked for me.
Read more "A workaround for Eclipse"This thread was helpful for me to create a button that opens a new window. However, I had to move the script into onclick part of the button, instead of creating a separate jsFunction.
Read more "RichFaces: open a pop-up window"I found this thread helpful for figuring out how to get selected row for an extendedDataTable. Now I start to really appreciate how elegant and simple Ext JS is on getting selected row for a datatable.
Read more "row selection for RichFaces"Here is a second example on using a configuration properties file for web applications.
Read more "A second example on properties"Here are a few useful links that helped me to resolve a few issues. 😉 JBoss EJB Troubleshooting guide jboss-web.xml configuration JBOSS JNDIView tool JBOSS EJB Configuration JBOSS JEB references The Hibernate Query Language
Read more "Useful troubleshooting sites"This tip was helpful and resolved the same issue I had with the original post.
Read more "Eclipse Tip"
You must be logged in to post a comment.