Tech I Enjoy Logo

Custom Search




  
This web site has many articles, questions, with answer,
tutorials on various technologies, programming languages,
frameworks, tools etc.







One out of many ways to learn Technology, is to do various
simple but effective case studies and carry out one's own
proof of concept, and this web site is going to do exactly
the same thing. This web site is going to host various
case study from its visualization to inception to 
realization of those ideas , those are contributed by 
Developer and designer, may be like you , like me and
together we shall build a repository of knowledge on various
Technologies and its implementation. 

We are going to work on some of the selective Frameworks/Tools
to start with, such as SpringFramework, Adobe Flex, Hibernate,
Struts, Java and lot more.

An article on Grinder - Web load test framework.
* Flex Interview Questions :
Some of the commonly asked questions along with answer. Readers are request
to provide questions or answer and make this page a nice collection on questions
and answer on Flex.
* Flex Example :
Some of the example
using Flex HTTP service and a simple code walk through.
* Flex Drag and Drop Example :
Some of the example
using Flex component Drag and Drop functionality explained with
code.
A design pattern discussed - Link Some facts and writings on Google GWT Framework - Link

Examples on Android Platform:

* Example on Layout using Android Platform.
* Android Gallery Surfaceview Example
* Android Text to speech example
* Application on Android Platform
*
Article Dated : 12 December 2011 : 
   Expandable List Example on Android Platform
*
Article Dated : 17 December 2011 : 
   Dynamically creating List Example on Android Platform
*
Article Dated : 19 December 2011 : 
   Dynamically creating ExpandableListView Example on Android Platform
*
Article Dated : 21 December 2011 : 
   ListView Example on Android Platform
*
Article Dated : 23 December 2011 : 
   Hardware sensors on Android Platform
*
Article Dated : 26 December 2011 : 
   Customized ListView on Android Platform
*
Article Dated : 27 December 2011 : 
   Customized TabActivity on Android Platform
*
Article Dated : 28 December 2011 : 
   Gallery Widget and ImageView example on Android Platform
*
Article Dated : 29 December 2011 : 
Gallery Widget and ImageView example on Android Platform Enhanced
*
Article Dated : 01 January 2012 : 
File and Folder Explorer designed using Android API
*
Article Dated : 08 January 2012 : 
DatePickerDialog from Android API
This is an example showing
a simple way to use 
DatePickerWidget from Android API.
*
Article Dated : 10 January 2012 : 
TimePickerDialog from Android API
This is an example showing
a simple way to use 
TimePickerWidget from Android API.
*
Article Dated : 30 January 2012 : 
Gradient and Shape from Android API
This is an example showing
a simple way to use 
Gradient and Shape from Android API
as  background to have an effect
of images.

Examples on Java Technology:

*
Java-Thread-Deadlock
*
Wizard Framework idea using Java Swing API
*
Java Thread Safety and design case study, with example
*
Event Handling using Java code
*
In-Memory Image creation example code using Java Technology
*
Java ThreadPoolExecutor example
*
Java Thread and using Wait and Notify example
*
Thread and Synchronization with example
*
Java and RMI Tutorial with example code
*
Java Comparator API example
*
Drag and Drop functionality implementation using Java Technology
*
Java Interview Questions
*
JDBC Transaction Isolation Level - Short Description
*
Example using Quartz Scheduler :
Example using Quartz Scheduler
*
Using JSP Tag Library:
Example covering JSP basic Tag Library
*
Example using Apache Log4j:
Log4j Example
*
Example on using Log4J
*
Using Apache Commons Logging
*
Multiple logger configuration using Log4j API
*
Example on using JSF version 1.0:
 JSF Example
*
JSF selectBoxes, selectItems, outputText, inputText, commandButton, JSF version 1.0
*
JSF example covering checkboxes, radio buttons and many more tags.
*
JSF example with many more JSF tags.
*
JSF example on input fields Validation.
*
Properties Resource Bundle using JSF
Spring Framework : 1. Using Spring Framework - An example discussed 2. Spring Framework and Singleton - Explained 3. Interview Questions with a try to answer these as well on Spring Framework 4. Spring Framework and Hibernate example - Part 1 5. Spring Framework and Hibernate example - Part 2 6. Spring Framework and Remoting and Session Proxy example 7. Spring Framework and Local and Session Proxy example 8. Spring Framework DOA support Hibernate example 9. Spring Framework and Hibernate DOA support discussed with an example 10. Spring Framework with Hibernate current session context 11. Spring Framework with Tiles 2.1.4 - example 12. Spring Framework and Web service Module example 13. Spring Web Module example 14. Spring WS example Hibernate :
*
Hibernate Component Tag
Example showing usage of using component with 
property tag for managing object composition by using setting in 
Hibernate configuration HBM file.
*
Hibernate Formula
Example showing usage of using formula with 
property tag as attribute by using setting in 
Hibernate configuration HBM file.
*
Hibernate Insert/Update
Example showing usage of controlling dynamic
inserts and updates by using setting in 
Hibernate configuration HBM file.
*
Hibernate Example
Example showing usage of Table per concrete class
Hierarchy mapping with database table to persist
an abstract class or an interface with its concrete 
implementation class.
1. Applying Filter programmatically using HQL from Hibernate Framework. 2. Hibernate Example on Persisting an example Object Graph 3. One to Many Mapping Example Using Hibernate 4. Many to Many Mapping Example Using Hibernate 5. Mapping Example using Bag 6. A practical scenario using One to many mapping example discussed 7. Hibernate and outer join explained with an example. 8. Composite Primary Keys usage with Hibernate Mapping. 9. Container Managed Transaction and Hibernate Session usage explained. 10. One to one mapping example using Hibernate Framework 11. Hibernate Interview Questions with answer. 12. Hibernate Session and SessionFactory Interceptor example. 13. Example on Hibernate Criteria and Filter 14. Hibernate Query definition with > symbol within HQL query. 15. Java class hierarchy mapping with Table per subclass Some Writings on Mule ESB as follows: 1. Using Mule ESB File Transport 2. Using Mule ESB JMS Transport Struts Framework : Struts date validation Struts1 and Struts2 validation Struts2 and Dojo part-1 Struts2 and Dojo part-2 Struts2 and Dojo part-3 Struts2 and Dojo part-4 Struts2 example steps Struts2 example steps with Tag usage Struts2 with User defined validator Struts2 with PDF content as result Struts2 radio tag usage example Struts2 with result as plaintext Struts2 Tags example Struts2 and Tiles with i18n Struts2 with File upload example Struts2 validation example Struts2 validation for expression Struts2 with xslt article Struts2 Plugin for Struts Framework Struts Framework and JSF Struts with result chain Struts and Tiles - i18n Struts validation DOJO - Toolkit for rapid User Interface development with lots of Widgets offering Dijit's Dialog with an Example Dijit's Tree with an Example
Android DatePickerDialog Example :
Example on Android DatePickerDialog
explained with a very simple scenario
and appropriate screens captured and shown.
Apache Struts 2 Tags Example :
Example Steps of using Struts 2 Tags
and code explained.
Thread wait and notify With Example :
Example using wait and notify within Thread 
with code and explained
JSF example with source code :
JSF example of Tags and SelectBoxes 
with source code on Java Platform.
Wizard Framework using Java Platform :
Example using Custom Wizard Framework 
with code and explained
Android Gallery with SurfaceView :
Example showing Android Gallery
with SurfaceView and Spinner
Android Examples :
List of ANDROid examples
with source code and output
screens captured and shown.
Hibernate Interceptor Example :
Example on using Interceptor using Hibernate Framework
with source code explained.
Apache Struts 2 PDF Result :
Example Steps of using Struts 2 with PDF Result
and code explained.
Example of using Mule ESB File Transport :
Example of using Mule ESB File Transport with simple
to explain source code.
Hibernate Component Property :
Hibernate Example on Component 
with source code explained.
Android Image Gradient Merge :
Example using Images and Gradient Shape using
Android Platform.
Android Layout Example :
Android Example on using Layout
with source code Explained.
List of Examples on Hibernate :
List of example using Hibernate.
JSF example on validation :
JSF Validation with example with source code 
on Java Platform.
Using Quartz Scheduler Example :
Example on how to use Quartz Scheduler.
Example of using Log4J Part 2 :
Log4j example with source code on Java Platform.
Spring Framework Singleton Example :
Spring Framework Singleton Example source code 
compared with GOF Singleton.
Example using Spring with Hibernate :
Example using Spring with Hibernate Framework and use
Current Session Context.
DOJO Tree Widget Example :
Example on using DOJO Tree Widget
explained with a very simple scenario
List of Examples on Java Platform :
List of Examples on Java Platform.
Interview Questions and answer of Java Technology :
Interview Questions and answer of Java Technology.
Page showing Various Examples on Flex :
Example on various aspects of using
Adobe Flex is listed in this Page.
Hibernate Join Example :
Using Table join explained with an example
while using Hibernate Framework.
JSF example with source code :
JSF example of Tags and Data Table 
with source code on Java Platform.
JSF example with source code :
JSF example of Tags and checkboxes 
with source code on Java Platform.
Apache Struts Validation with Example :
Example of Validation using Struts and 
code explained.
Struts Validation Example :
Example using Validation with Struts 2 and 
code explained.
Hibernate Named Query Example :
Named Query markup using an example
and Hibernate Framework.
Example using Spring with Hibernate :
Example using Spring with Hibernate Framework Part 2.
Techienjoy Home Page :
Articles, tutorials, Example 
source code with Scenarios discussed
Apache Struts 2 Tags Example :
Example of Struts 2 Tags and code explained.
Struts 2 Result Chain Example :
Example using Result Chain with Struts 2 and 
code explained.
Example ThreadPoolExecutor using Java :
ThreadPoolExecutor Example using Java Technology.
Apache Struts 2 Validation With Example :
Validation Example using Struts 2
and Example code explained.
Hibernate Insert Update control :
Hibernate Example on controlling
insert and update attributes
Apache Struts 2 Validation With Expression :
Validation with Expression using Struts 2
and Example code explained.
Hibernate Example on composite Primary key :
Example on using Hibernate Framework
to work with mapping using composite
Primary key.
Spring Framework Web Example :
Spring Framework Web Example source code Explained.
Spring Framework Remote Session Bean :
Spring Framework Example source code of
Remote Session Bean.
Thread design scenario using Java :
Thread design scenario using Java Technology.
Apache Struts 2 Radio Tag Example :
Example Steps of using Struts 2 Radio Tags
and code explained.
Thread Deadlock using Java :
Example reproducing a possible Thread 
using Java Technology.
Android Gallery Example :
Example on Android Gallery View
explained with a very simple scenario
and appropriate screens captured and shown.
Struts 2 with JSF Example :
Example using JSF with Struts 2 and 
code explained.
Apache Struts with DOJO Example Part-2 :
Example of DOJO Toolkit with Struts and 
code explained.
JSF example on Resource Bundle :
JSF example of Resource Bundle with source code 
on Java Platform.
Android ListView Example :
Example on Android ListView 
explained with a very simple scenario
whereby showing folder and files with
structure and appropriate screens 
captured and shown.
Struts 2 Plugin Example :
Example using Struts 2 Plugin
Apache Struts 2 Validation Example :
Validation Example Steps of using Struts 2
and Example code explained.
Hibernate Example on Filter :
Example on using Filter using Hibernate Framework
to work with.
Hibernate Example on Filter Criteria :
Example on using Filter Criteria
using Hibernate Framework to work with.
Using Different Logger Files :
Example on using different log files 
using Apache Log4j Framework.
Hibernate Bag Mapping Example :
class mapping using Bag Tag example using Hibernate
Framework and a simple to follow steps.
Android ListView Example :
Example on Android ListView and
explained with a very simple scenario 
and article with appropriate screens 
captured and shown.
Example of Drag and Drop using Java Technology :
Example of Drag and Drop using Java Technology.
Android Menu and MenuItem Example :
Example using Menu and MenuItem using Android Platform 
with code and explained
Spring Framework Web Example and WSDL :
Spring Framework Web Example source code
with WSDL.Step by step code walkthrough
Hibernate Many to Many Mapping Example :
Many to many mapping example using Hibernate
Framework and a simple to follow steps.
Hibernate class heirarchy mapping :
Hibernate Example on mapping
class hierarchy using various ways
of persisting into database
tables.
Example using Spring DAO with Hibernate :
Example using Spring DAO with Hibernate Framework Part 2.
Example using Tag Library :
Example on how to code and use
Custom Tag Library on Java Platform.
Example of using Log4J Part 1 :
Log4j example with source code on Java Platform.
Android Example on Expandable ListView :
Example on using Expandable ListView
on Android Platform.A step by step source code
explained.
Spring Framework MVC and Tiles :
Spring Framework MVC and Tiles with Example 
source code explained.
Example of using Mule ESB JMS Transport :
Example of using Mule ESB JMS Transport with simple
to explain source code.
Image creation using Java AWT :
In-Memory Image creation using AWT on Java Platform.
List of Examples on Various Technologies :
List of Examples on Various Technologies and Frameworks.
JDBC Transaction Isolation Levels :
A short write-up on JDBC Transaction
Isolation showing ways to achieve
various Isolation levels using JDBC.
Hibernate one to one mapping Example :
one to one mapping explained using an example
and Hibernate Framework.
Android Tab View Example :
Example on Android Tab View
explained with a very simple scenario
and appropriate screens captured and shown.
Android Example on Downloading AnyFormat :
Example on ways to download any file with
any format using Android Platform.
Apache Struts Date Validation with Example :
Example of Date Validation using Struts and 
code explained.
Interview Questions with answer on Spring Framework :
Interview Questions with answer on Spring Framework.
Spring Batch Framework Example :
Spring Batch Framework Example source code
 and Step by step code walkthrough
Struts 2 Tiles and I18N Example :
Example using Tiles and I18N with Struts 2 and 
code explained.
DOJO Dialog Example :
Example on using DOJO Dialog
explained with a very simple scenario
Hibernate one to many mapping Example :
one to many mapping explained using an example
and Hibernate Framework.
Apache Struts with DOJO Example Part-1 :
Example of DOJO Toolkit with Struts and 
code explained.
Apache Struts with DOJO Example Part-3 :
Example of DOJO Toolkit with Struts and 
code explained.
Hibernate one to many mapping Example :
one to many mapping explained using an example
and Hibernate Framework.
Event Handling using Java Technology :
Example on how to use Event
and handling code using Java Technology.
Android ListView Example :
Example on Android List View
explained with a very simple scenario 
and article with appropriate screens 
captured and shown.
Android ImageView Example :
Example on using ImageView using 
Android Platform. A very simple to setup
and see it working.
Synchronized Block wait and notify With Example :
Example using wait and notify from within
synchronized block with code and explained
Class Hierarchy Mapping Example :
class hierarchy mapping example using Hibernate
Framework and a simple to follow steps.
Apache Struts 2 and XSLT With Example :
XSLT Example using Struts 2 and Example 
code explained.
Hibernate Interview Questions :
Interview Questions on Hibernate with answer.
Android Sensors Example :
Example on Android Sensors Listed and
explained with a very simple scenario 
and article with appropriate screens 
captured and shown.
Java Reflection using Comparator :
Comparator using Reflection on Java Platform
and example discussed.
Apache Struts 2 Custom Validator :
Example Steps of using Struts 2 with Custom Validator
and code explained.
Apache Struts 2 Example Steps :
Example Steps of using Struts 2 and code explained.
Spring Framework Web Example :
Spring Framework Web Example source code Explained.
JSF example with source code :
JSF example with source code on Java Platform.
Android Example on Expandable List :
Example on using Expandable ListView
on Android Platform.A step by step source code
explained.
Apache Struts 2 Tiles and I18N Example :
Example Steps of using Struts 2 With Tiles
and I18N code explained.
Apache Struts 2 upload Example :
Uploading Example Steps of using Struts 2
and Example code explained.
Android Text to Speech Example :
Android Example on using Text
2 Speech conversion explained with
source code Explained.
List of Struts Example :
Examples List using Struts 2 and 
code explained.
Apache Struts with DOJO Example Part-4 :
Example of DOJO Toolkit with Struts and 
code explained.
RMI and Java Stub and Skeleton :
Example using RMI using Java Technology.
Web Load Test with example :
Example using Load test functionalities 
with code and explained
Spring Framework Local Stateless Session bean :
Spring Framework Local Stateless Session bean with
example source code explained.
Apache Struts 2 Result PlainText Example :
Example Steps of using Struts 2 PlainText Result
and code explained.
Using Apache Commons Log With Example :
Example using Apache commons log 
with code and explained
Hibernate Transaction on JBoss :
Explaining Transaction using Hibernate
on JBoss Application Server.
Android TimePickerDialog Example :
Example on Android TimePickerDialog
explained with a very simple scenario
and appropriate screens captured and shown.
Example using Spring DAO with Hibernate :
Example using Spring DAO with Hibernate Framework.
Android Gallery Example Enhanced :
Example on Android Gallery View
explained with a very simple scenario
and appropriate screens captured and shown.
Example using Spring with Hibernate :
Example using Spring with Hibernate Framework Part 1.
Hibernate Property Formula :
Hibernate Example on Property
Tag with ease to do code walk-through
Spring Framework Example :
Spring Framework Example source code Explained.
Step by step code walkthrough
Example on persisting Class Hierarchy :
Example on using Hibernate Framework
to persist Class Hierarchy into database.
JSF example with source code :
JSF example of Tags and Code Walk-through 
with source code on Java Platform.





DISCLAIMER :
The content provided in this page is not warranted and/or guaranteed by techienjoy.com. 
techienjoy.com is not liable for any negative consequences that may result/arise from 
implementing directly/indirectly any information covered in these pages/articles/tutorials.

All contents of this site is/are written and provided on an "AS IS" basis,
without WARRANTIES or conditions of any kind, either express or implied, including, without
limitation, merchantability, or fitness for a particular purpose. You are solely responsible
for determining the appropriateness of using or refering this and assume any risks associated
with this.

In spite of all precautions taken to avoid any typo in these pages, there might be some 
issues like grammatical mistakes and typos being observed in these pages, techienjoy.com
extends sincerest apologies to all our visitors for the same.



Android Examples

© Copyright 2010, TECHIENJOY, All Rights Reserved.      Privacy Policy     Disclaimer & Terms & Conditions