Lazy loading is a commonly used design pattern in programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program’s operation if properly and appropriately used. The opposite of lazy loading is Eager Loading.
In web it can be used in very effective way in photo galleries to speed up the interaction.
Lazy Loading
void trouble(void)
The best way to avoid trouble is to share responsibility.
What XML is NOT?
XML is not itself a display language. in HTML, tags generally serve two purpose; they both add structure to documents and imply a certain display style. It defines a new paragraphs and bold or italic and some certain display features. XML is exclusively not a language to define how things looks on output screen, but only define specific contents. its a language to defining what rather than how.
Introducing the Java EE 6 Platform: Part 1
Java Platform, Enterprise Edition (Java EE) is the industry-standard platform for building enterprise-class applications coded in the Java programming language. Based on the solid foundation of Java Platform, Standard Edition (Java SE), Java EE adds libraries and system services that support the scalability, accessibility, security, integrity, and other requirements of enterprise-class applications.
Since its initial release in 1999, Java EE has matured into a functionally rich, high performance platform. Recent releases of the platform have also stressed simplicity and ease of use. In fact, with the current release of the platform, Java EE 5, development of Java enterprise applications has never been easier or faster.
Hello WORLD!
Welcome to new programming blog.
I can think about thousands of programming blog particularly web programmings blogs but here I aim to post newest and unique tricks and techniques. Which should be easy and practical. I hope you’d like that.
thank you
