In the past as we have moved more applications to the browser, there are some users who still struggle with the change from a desktop application to the browser. One main change is that the browser applications don’t always prompt for saving data as the user closes the browser or navigates away from […]
Article in the category 'Uncategorized'
Note: Custom File Filters for Flex Builder Stand-alone’s Flex Navigator
While using Eclipse or Flex Builder, there are times when you want to ignore certain folders in the Eclipse Project Explorer or the Flex Navigator. If you click on the properties for this window then you can apply certain filters. But there are times […]
I recently began using Project Web Access in order to attempt some high level project planning and resource management. For those who do not know what this is, it is a web access module that extends Microsoft Sharepoint and allows for access to Microsoft Project files via the web. You create the project […]
Sometimes when you try to start JBoss you might see a port conflict. Many times this is caused by MSN Messenger or other applications that randomly use the same ports that JBoss attempts to bind and use.
An example of this is when JBoss attempts to bind port 1098 you might see:
java.rmi.server.ExportException: Port already in […]
If you are using eclipse with a maven project and you have errors showing up that are not truly errors, then it is because eclipse is reading your maven.xml file as an ant file.
Eclipse will indentify this file as an ant file due to the .xml extension and the project tag as the root element. […]