TweetI started working on some REST client Android development. I have spent the past 1-2 month reading books, and just looking around the internet for good resources, so I could feel I had a complete picture as to what my current skills could best be used to develop. I started using the Spring Tool Set [...]
READ MORE »Posts tagged Eclipse IDE
Rally Eclipse Plugin installation and Configuration
TweetThe other day I found Screencast-o-matic http://www.screencast-o-matic.com and I think it is easy to create tutorials now via the web, then upload them to Youtube. So, here is my first venture into creating video tutorials. Please let me know what you think. Link to this post!
READ MORE »JSF Web Application, Jetty to WebLogic 10.3 migration issues
TweetI have created a fairly straightforward Java Server Faces (JSF) application that performs several searches, data update, and audits of the updates. I like to run Jetty through Eclipse to help speed up development times, and to allow me to extensively test the application before migrating to WebLogic 10.3 on my Development Linux Box. I [...]
READ MORE »Weblogic 10.3 hangs on JNDI data source lookup during deployment
TweetI have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO’s with a JNDI template via spring to create the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]
READ MORE »Maven ignores unit test with JUnit and TestNG
TweetToday I was trying to use JUnit 4, and JUnit 3 in a Maven archetype I was creating. I had previously added TestNG dependencies to this project. I then added JUnit in addition to the TestNG. I run mvn test and no unit tests where run. Strange! I did not get any errors even using [...]
READ MORE »

