Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic Testing and user bhavanishankar

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


Testing

This blogs lists the tips, tricks and solutions to most commonly faced issues while using Embedded GlassFish.
on Mar 19, 2012 | Permalink | Discuss
This blog describes how to configure maven-embedded-glasssfish-plugin to be able to deploy more than one application.
on Mar 18, 2012 | Permalink | Discuss

Databases

Using MySQL database with GlassFish is nothing new. However I just wanted to share a small note on how I used MySQL DB from GlassFish which is embedded in my test. Life is much easier when I am able to run the test without having pre-installation of GlassFish/MySQL.
on Apr 4, 2011 | Permalink | Discuss

Servlets

To start using Embedded GlassFish Server Open Source Edition 3.1 in your Maven project, all you need to do is to have the following configuration in your pom.xml: &lt;project&gt;  ...  &lt;packaging&gt;ear<span style="color: rgb(153, 153, 153);">|ejb|jar|rar|war</span>&lt;/packaging&gt;  ...  &lt;build&gt;  ...
on Mar 6, 2011 | Permalink | Discuss