Tuesday, November 27, 2007
Spring Framework - 1
Create Installer for Java Application
Read it here. Via [javazing] Thanks Sergey Nechaev.
Monday, August 27, 2007
Implementing a Solution Using EJB 2.1
Have a look here
Other EJB Stuff: Deploy EJB Application
Sunday, August 26, 2007
Journey to Design Pattern - 1
Read here: Design Better Software with the Inversion of Control Pattern
Other Ref Articles(Still Reading):
Inversion of Control Containers and the Dependency Injection pattern
The Spring Framework
Wednesday, August 08, 2007
Finally got NB6 (NetBeans6 - m10)
Wow..I have just met NB6 and falls in love. Got it from here and was surprised with so easy and smooth installation steps. It installed Base IDE, Java IDE, web and Java EE, Mobility pack, UML, SOA and Ruby Stuff. Runtimes include GlassFish v2 Build53 Server(waiting to explore it more), Apache Tomcat 6.0.13, Open ESB2.0 Beta 2 Build 070627_2 and Sun Java System Access Manager 7.1 patch EA build 20.
My NB6 life long journey has just started..!!!
Read more: NetBeans IDE - Intro NetBeans Home NetBeans UserFAQ
Back To Blog
I'm back with more java stuff for blog. In mean time, heard a lot about Flex and NetBeans 6 m10. Will start with few NetBeans stuff, some mashups, SOA demo and using some cool features of currently most popular java IDE. Later will do some practice in Flex. So keep watching posts here.
Monday, April 16, 2007
Packaging EJB 3 Applications
Read full Article here.
Tuesday, April 03, 2007
International Enhancements in Java SE 6
One important strength of the Java Platform, Standard Edition (Java SE) has always been its internationalization and localization support. The platform continues to evolve, and Java SE 6 provides developers even more control over how they access and use locale-sensitive resources in their applications.
Read Full Article here...
First Article on JSON
JDK 6 and JDBC 4.0 Advanced Concepts
This article addresses some of the advanced data management concepts starting with a new annotations capability added to the JDBC 4.0 specification.
Via[CodeGuru.com]
10 Commandments for Java Developers
For all Java developers, this is really a learning one. count your problems, roadblocks, other issues while coding abd bug-fixing. Here you can find simple 10 ways to adopt for having a smiling future. no more worries. this article outlines ten most basic rules that every developer must adhere to and the disastrous outcomes that can follow if these rules are not followed.
Thanks [Aleksey Shevchenko via developer.com]
Easier, Better, Faster - Java SE 6
Just Saw my first presentation on Java6 today. Its nice one and simple enough to have an overview and whats good in java6. Play time is nearly 27 mins. Must one for Java Czars.
Thanks [Sunmeetings.webex.com]
Thursday, March 22, 2007
Articles on Java XML Digital Signature API
While checking Sean Mullan's Blog, I came across article on XML Signatures.
This is nice article to start learning about XML Signature with Java. Also Indication of release of Apache Java XML Security 1.4 which is based on JSR 105, standard Java XML Digital Signature API.
Programming With the Java XML Digital Signature API
Java XML Digital Signature API
Basic Tutorial reg. Java XML Digital Signature API
[Thanks S. Mullan]
XML Schemas: Best Practices
Nice article regarding use of XML schemas. Address the issue in nice and simple examples.
In a project where multiple schemas are created, should we give each schema a different targetNamespace, or should we give all the schemas the same targetNamespace, or should some of the schemas have no targetNamespace?
Tuesday, March 13, 2007
Hibernate Enabled Flex Application
Thanks [Mind the Gap]
Effective Listening
Here is a nice article about getting effective listening skills. Author tells how important to be a good listener in personal and professional life. He shares Six tips which are really simple and easy to adopt. (Be attentive is some what difficult for me..!!).
Read full article here. Thanks[Rediff.com]
Tuesday, March 06, 2007
Software Design Patterns Crossword
Gang Of Four (GOF) Software Design Patterns Crossword is to test your knowledge of software design patterns. It is a complete JavaScript application generator that takes a list of words and their definitions and spits out a working JavaScript crossword.
Thursday, February 22, 2007
NetBean 5.5 Tutorials
Some Useful Struts Help
Today I was searching thr' my old favourite Links and got some nice Struts referances to share with you all. Any new Struts-lover should atleast read these all. Really Helpful.
Struts Basic @ javapassion.com
Struts Action Mappings @ serverSide.com
Struts Tag Libraries @ onjava.com:
Struts 7 Imp Lessons @onjava.com
Struts Validator @oracle.com
Tuesday, January 09, 2007
5 Habits of a Profitable Software Developer
This article illustrates five habits of software development teams that make them more effective and therefore more profitable. It first will describe the demands the business team puts on its software development team and the software they create.
Next it will explain the important differences between state-changing logic and behavior logic.
Finally, it will illustrate the five habits using a customer account scenario as a case study.