Have something to say?
Join LinkedIn for free to participate in the conversation. When you join, you can comment and post your own discussions.
-
Do you know anybody who leaves the implementation of portal technology by changing it one of the new framework that implements security,...
We have an ALUI weblogic 9.2 (User Interaction). We thought about leaving this technology and replace some in-house (or open source)...
-
We have an ALUI weblogic 9.2. We thought about leaving this technology and replace open source based on Spring MVC framework and custom...
Do you know anybody who leaves the implementation of portal technology (ALUI, JBOSS, Liferay, or Bea portal) by changing it one of the...
-
Suggest JVM based web framework built for scalability?
Framework should support many page types. Each page type can have many templates. A page type can have loosely coupled widgets like...
-
Need a Oracle UCM Admin Location: Greensboro, NC Duration: 6 months
Title: Oracle UCM Admin Location: Greensboro, NC Duration: 6...
Oracle UCM Admin -
Free eBook: Apache Jakarta Commons researchinformation.me
Hi everyone, I would like to share this offer with you. This is a...
-
They said to me "it's about SOA" ...
Hi guys, Today's I was invited in a meeting about evolving an existing architecture. They said to me "it's about SOA" so my interest...
-
Actors in the Small
Slides for an upcoming talk at the Bangalore JUG (pdf)
JActor - Browse Files at SourceForge.net -
JUG talk on Saturday... groups.google.com
great bill, i shall announce the same On Sun, Feb 12, 2012 at 8:47...
-
Java Final Method with Example erpbasic.blogspot.in
A final method cannot be overridden by any subclass in java, this is...
-
Exception Handling in Generics erpbasic.blogspot.in
This post is related to exception handling in generics to know more...
-
How to deal with blocking methods in Java
You must have heard about blocking methods in java which blocks thread from further execution , few tips to deal with http://su.pr/2a7An4
Most Popular Discussions
JSF 2 with Primefaces or Spring MVC with jsp-jquery ? with reasons please.
Hi Architects,
Can any one guide me regards UI Tech selection.
I need to chose between JSF with Primefaces or Spring MVC with ...

Annotation vs xml configuration in Spring and hibernate which is preferred
I prefer xml configuration over annotations --At least in hibernate I see a advantage that mapping details can be easily modified in XML ...

J2EE Architects: Four Tips for Reducing J2EE Application Costs
What strategies do you use to lower J2EE application development and support costs?
The J2EE Architect's Blog derekashmore.com
Much has been made of J2EE application complexity and what managers perceive as high development and support costs. I don't want to spark a religious war over choosing J2EE vs. .Net or LAMP. But, there are ways that managers...

Interfaces, interfaces, interfaces...
Remember I told here time ago that do NOT use Adobe AIR, Silverlight, Flash for your Java UIs, right? :-) For those, who still not ...
It's not just Adobe that's altering its plans when it comes to browser plugins designed to play back rich web media — Microsoft's...


SCALA [Good Or Bad] ?
Few Questions:
1. What are the advantages of SCALA [Functional Programing Language] Over Java [OOPs]?
2. When to use SCALA and when not ...

How to create hidden file in Java
Java File AP don't have function to create hidden file in Java but there are 2 way you can do this in Linux and windows http://su.pr/3Zr ...

Spring:The art of using GRASP paterns
Spring is one of the most used Java Framework, And we can learn many interesting things when analyzing it's source code.
Spring: The art of using GRASP Patterns javadepend.wordpress.com
When we search for design pattern articles, we found essentially documentation concerning "Gang of Four" patterns, they are very useful and contribute to well design application. But when I disc...

Which web service stack CXF or Spring WS?
I have to take a decision about web service stack and am weighing my options. It’s an integration heavy project and few of my criteria ...

Source Code is an Asset, Not a Liability javacodegeeks.com
Some people have tried to argue that source code is a liability, not an asset. Apparently this “ is now widely accepted” and “this is a very strong idea that has a lot of impact across the IT industry and in the way developers...

Here i am trying to explain useful information about final in java hope you will find it informative and correct me if am ...
What is final in Java? Final variable, Method and Class Example erpbasic.blogspot.in
•A java variable can be declared using the keyword final. Then the final variable can be assigned only once. •A variable that is declared as final and not initialized is called a blank final variable. A blank final variable...
