JSP & Servlet Interview Questions
Skill-guru has added to jsp and servlet interview question. They covers Servlets 2.3 , JSp2.1 and JTL1.0
|
||||||||||
|
||||||||||
Skill-guru has added to jsp and servlet interview question. They covers Servlets 2.3 , JSp2.1 and JTL1.0
We use JSF datatable to display Table of information. We can also use the datatable to edit / delete and add new records. Below I have explained how I have done it using h:dataTable.
Here I assume that you already have a JSF application running. If you are new to JSF and would like to setup a freash project on JSF on eclipse please go through the JSF Beginners tutorial.
JSF Tutorials for beginners Read more…
There is a lot of action happening at SpringSource. Only after a week being acuqired by VMware , SpringSource bough CloudyFoundry, a year-old Oakland-based startup focused on pushing Java into the cloud.
Andi Mann, vice president of research at Enterprise Management Associates commented
SpringSource’s Enterprise Java Cloud is a service that is based on far more than merely acquiring Cloud Foundry.Certainly the functionality provided by Cloud Foundry is key, but SpringSource’s solutions for building, running and managing Java applications are ideally suited for applications that are deployed in the cloud. The new service brings this all together. For companies where the cloud deployment option makes sense, SpringSource has a killer offering.
Full news here
Today they lauched Enterprise Java cloud . From their blog post SpringSource Launches the Enterprise Java Cloud. The SpringSource Cloud Foundry Enterprise Java Cloud service is available immediately at CloudFoundry.com in beta and is free to use. Normal cloud service provider fees still apply
People generally confuse with google Juice and google Guice.
Google Juice is the value that
Google gives to your site, for having a link from a good site. The value adds up for each link, and you get better search rankings
Google Guice is a lightweight dependency injection framework for Java 5 and above, brought to you by Google.
So if it is a lightweight dependency injection framework , the next question that comes to mind of programmers is it same as Spring or better than Spring ?
Google has explained the difference between Spring and Google Guice.
Guice and Spring don’t compete directly. Guice was born purely out of use cases from one of Google’s biggest applications: AdWords.
(that is a fantastic usage of dependency injection).
Spring supports two polar configuration styles: explicit configuration and auto-wiring
Guice wholly embraces annotations and generics.
So even if they both are based on principle of dependency injection , they are not same.
In a recent post on TechCrunch, it said that Yahoo’s BOSS API could be bigger than Bing. Yahoo Boss is its open search APIs which lets developers create their own custom search engine using Yahoo’s algorithms.
Vik Singh was the brain behind’s the Yahoo BOSS API and has named top 35 young innovators of 2009.
By last May, Yahoo BOSS was serving up 30 million search queries a day but comScore doesn’t count API calls to YAhoo BOSS. That essentially means yahoo market share could be much greater than predicted based on comScore results.
All the development part lies in the code while the implementation like the binding can be handled in the config file as Microsoft has abstracted a lot of plumbing work reducing the implementation time. By this way developer can concentrate on core logic and WCF takes care of data delivery in the most reliable, secure and high performance fashion depending on situation.
WCF has an integrated Logging mechanism that helps you log traces. In other technologies developer has to write custom solution but in WCF, all that you need to do is to enable trace by changing the config file.
To achieve security mechanism in WCF you have 3 implementation choices:
After the launch of modeling edition I feel it gets easy to delegate work in a team. An architect can create a Data Contracts/Relationships, Message Contracts and Service Contracts. After that only the facade layer has to be made with some tweaks here ‘n’ there. In this way lot of architecture intricacies can be hidden from developer.
WCF does not replace MSMQ, COM+ or Web Services, it provides a declarative infrastructure for all forms of communication to and from the Windows platform. Using WCF, communications happen at designated service endpoints, and an endpoint can implement different protocols (such as Web Service, WS-* SOAP style services), encodings (such as Text, Binary & MTOM), and transports (such as MSMQ, Http, etc.).
With .net 3.5, it becomes even easier to provide RESTful endpoints (JSON, POX, RSS and ATOM). So the real powerful leverage shall be building services that can be consumed by a ASP.net web client as JSON while simultaneously being accessed by a business partner through a php web client using the SOAP protocol (with its full complement of WS-* implementations such as WS-Security, WS-ReliableMessaging, etc.)
Juergen Hoeller, co-founder of the Spring framework and the most active Spring developer gave a presentation on SpringOne annual conference on what are the features in Spring which relate to Java Enterprise Edition 6. The presentation can be found at InfoQ. Below is the link.
http://www.infoq.com/presentations/Spring-and-Java-EE-6-Jurgen-Holler
Juergen Hoeller is trying to tell users how Spring 3 is ahead of EE 6 on certain aspects.
This Tutorial is the 2nd part of JSf tutorials.
If not please go through this tutorial. This tutorial assums that you have downloaded the sample jsf application from the beginners tutorial and have deployed it successfully.