Saturday, March 24, 2012

GlassFish and MyEclipse and Eclipse support...

For the time and energy I spent to install the Release candidate for Europa, I must admit that paying a few dollars for MyEclipse is definitely the right investment to do (although I am still missing a complete installer for Mac OSX, and a GlassFish/MyEclipse co-Bundle that would be installable in one shot). I enjoyed the JSP editor (and renderer), as well as an extensive JavaScript support that should play well with our Ajax jMaki  components (that are also available for Eclipse). There...

Configure WebLogic in MyEclipse

Hi,Please follow the steps to configure Weblogic in MyEclipse Before configuring in MyEclipse, first we need to configure the server and domain in Configuration Wizard1) Go to Start ->  Bea Web Logic -> Configuration WizardThis will open a configuration wizard for you2) Select “Create a new WebLogic Configuration” and Click next3) Select “Basic WebLogic Server Domain” and Click Next4) Select “Express” and click next5) Here, give username and password6) click next -> next ->7) By default, the domai name...

Crop Image using plug-in ,JSP and 'Servlet'

http://www.roseindia.net/tutorial/jquery/ImageCrop.h...

How Spring MVC Works

In this we will see the request flow for the spring framework. We will also show you the request flow diagram illustrating the working of Spring MVC module.The Spring MVC modules comes with the Spring Framework distribution. The Spring MVC modules of the Spring Framework well integrates with rest of the framework. This modules is also very extensible.Spring MVC is based on the MVC design pattern. Here is the list of key classes of Spring MVC.DispatcherServlet The DispatcherServlet is  configured...

Friday, March 23, 2012

Jquery examples

http://www.jqwidgets.com/jquery-widgets-demo/#demos/jqxgrid/grouping....

Spring PPT'S

http://www.pptsearch365.com/Spring-MVC.h...

Saturday, March 17, 2012

MVC 1 vs MVC2

MVC1 Vs MVC2: Difference Between MVC 1 & MVC 2                                                                   MVC  1                             ...

Struts 1 vs Struts 2

FeatureStruts 1Struts 2 Action classesStruts 1 requires Action classes to extend an abstract base class. A common problem in Struts 1 is programming to abstract classes instead of interfaces.An Struts 2 Action may implement an Action interface, along with other interfaces to enable optional and custom services. Struts 2 provides a base ActionSupport class to implement commonly used interfaces. Albeit, the Action interface is not required. Any POJO object with a execute signature can be used as an Struts...

Friday, March 16, 2012

configure glassfish in myeclipse

http://glassfishplugins.java.net/eclipse34/index.h...

What is the need to Override Hashcode() and equals() method

Although there are lots of materials are available on internet and API document about the necessity of the overriding the hashcode() and equals() method in Java but lots of new developers still not able to understand the necessity of hashcode() method. In this article, I will try to explain step by step the need of overriding hashcode() method in Java. Few Thump rules: If two objects are same then they must return same value in hashcode() and equals()...

Add sharing buttons in web page

Code for Sharing buttons: <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f62aeac3f8df2c1"></script> <!--...

Thursday, March 1, 2012

Top 20 Java Websites

Here’s the best 20 Java websites in my collections, which provides latest Java news, articles and tutorials. If you have other great Java websites, please leave a comment to share with others.P.S The order doesn’t means any priority.1. O’Reilly JavaURL : http://www.onjava.com Since : 10-feb-2000 Rss : http://www.oreillynet.com/pub/feed/7?format=rss2 Description : O’Reilly’s, contains latest Java technology news, quality code snippets, full example and detail explanation.2. Sun...