The Telious Journal

Explore our collection of articles on Java, software architecture, and industry trends.

Java Development
Dec 24 2017

Java Memory Management

Java memory management In languages like c, c++ memory management is done in explicitly by the developer. A small mistake in manually emptying the all...

Read Article
Java Frameworks
May 09 2015

GroupLayout in Java Swing

Introduction to GroupLayout in Java Swing GroupLayout is a very efficient layout manager developed by the Swing Labs project team and was primarily d...

Read Article
Java Development
May 09 2015

Enterprise Java Beans

Introduction to Enterprise Java Beans for Freshers Enterprise Java Beans is a type of architecture for component-based distributed technology. It is a...

Read Article
Java APIs
May 09 2015

Some useful tools for Java Development

SOME USEFUL TOOLS FOR JAVA DEVELOPMENT 1. JClarity – Performance Monitoring Jclarity was launched in September 2014, which offers two product ra...

Read Article
Web Applications
May 09 2015

Java Server-Side for Practical Applications

AN OVERVIEW OF JAVA SERVER – SIDE FOR FRESHERS While introducing Java language by Sun Microsystems Inc earlier, the aim was to embed greater usa...

Read Article
Java Frameworks
May 09 2015

Introduction to Layout Managers in Java Swing

Introduction to Layout Managers in Swing Java Swing is used for a variety of web based enterprise applications due to its user friendly layouts, featu...

Read Article
Java Development
Dec 19 2011

JavaOS

In a developer point of view JAVA is a programming language like many other PL’s, offering paramount features like simplicity, robustness, plat...

Read Article
Java Development
Dec 19 2011

Transient, Volatile Modifiers

Transient Object serialization is one of the important concepts in java programming language. It is the process of saving an object’s state to ...

Read Article
Database Development
Dec 19 2011

SQL Security

Security specification in SQL. Structured Query Language (SQL) is the standard query language for invoking relational databases. Here specify some of ...

Read Article
Web Applications
Dec 19 2011

Web Applications – Security holes

Some hints to avoid security holes on web applications Security is an important issue in web projects . This article shows you different kinds of att...

Read Article
Java Frameworks
Aug 22 2011

Spring’s Architectural benefits

Spring is a framework that focuses on many areas than other frameworks do. Testing is very easy here because it follows a ground up to design. And it ...

Read Article
Java Frameworks
Aug 22 2011

WebOnSwing Framework

WebOnSwing is a framework used to create web applications. This multiple environment revolutionary framework helps to develop web applications in the...

Read Article
Database Development
May 28 2011

Multimedia Database Programming

Multimedia databases provides features that allow users to store and query different types of multimedia information, which include images, video clip...

Read Article
Database Development
May 28 2011

Database Management Languages

Once the design of database is completed and a particular DBMS is chosen to implement a particular database project, the first thing we have to do is ...

Read Article
Java APIs
Feb 08 2011

Java Image package

Images are a key component of web design. Images are objects of the Image class, which is part of the java.awt package. There are three common operat...

Read Article
Database Development
Feb 07 2011

Input-Output reduction,Oracle DB

Input/Output operations are one of the major factors which affect the performance of any system. In case of Oracle database it may reduce the respons...

Read Article
Java Frameworks
Feb 07 2011

Wings

Wings is a framework for web development which is based on java Servlets and Swing API with MVC . Wings also have its event oriented design structure ...

Read Article
Java Development
Dec 16 2010

Characteristics of Object Oriented Systems

Object Oriented Programming is a problem solving technique to develop software systems. It’s a technique to think real world in terms of objects. Obj...

Read Article
Database Development
Dec 16 2010

Data Modeling

Data modeling is the practice of representing data structures and their relationships through conceptual modeling. The benefits of implementing this p...

Read Article
Java APIs
Nov 17 2010

Java Generic Security Service-JGSS

Java Generic Security Service(JGSS) JGSS (Java Generic Security Service) provides an interface for secure messaging and authentication. Using this int...

Read Article
Database Development
Nov 16 2010

Integrating Databases,Struts2 Security

Integrating databases and security in Struts2 enables nothing special,this article provides you different database accessing ways and various authent...

Read Article
Java Frameworks
Sep 14 2010

Struts2 Productivity Tips

To make a web application more productive when using Struts2, there are some techniques and tips. This article will provide you an introduction to so...

Read Article
Database Development
Sep 14 2010

Choosing Primary Keys

A good Information System must contain a perfect model and a proper database design. In database designing, building the data layer is the first and ...

Read Article
Software Testing
Sep 14 2010

Simplified Testability- Struts2

The architectural goals of Struts2 are Separation of Concern, Loose Coupling, Modularization, Convention over Configuration, Testability etc. And her...

Read Article
Software Testing
Sep 14 2010

Software Testing Life Cycle

Software testing can be defined as the process of validating and verifying a software application, to check whether it meets the specified technical ...

Read Article
Java Development
Aug 19 2010

What is Serialization?

What is Serialization Serialization involves preserving an instance/object of a class for its later use.The datas preserved represents that partial in...

Read Article
Database Development
Jul 15 2010

Java Database-Derbi

Derbi is an apache db subproject and is relational database implemented in Java.It is so small that you can easily embed it in any kind of java based...

Read Article
Database Development
Jun 30 2010

New features in Oracle 11g

11g , the latest database released by Oracle contains many additional features that add more functionality in coding using sql and pl/sql. So among th...

Read Article
Database Development
Jun 30 2010

Join and View in Sql

SQL queries allow us to form relationships between multiple tables and retrieve data from that table. The process of querying multiple tables is call...

Read Article
Java Development
Jun 27 2010

Java Advanced Imaging API

Java Advanced Imaging (JAI) Application Program Interface (API) provides a low cost, licensing independence and inter-platform independent API to crea...

Read Article
Java Deployment
Jun 18 2010

Web Application Archives- war files

WEB APPLICATION ARCHIVES WAR file developed by Sun Microsystem, pretty similar to JAR(Java archive File) act as containers with robust folder structur...

Read Article
Database Development
Jun 07 2010

Database Normalization

Database Normalization Database A database is a collection of information that can be stored, accessed, retrieved and updated easily with the help of...

Read Article
Java Development
Apr 20 2010

Java Preferences API replace Property files

There are many applications which require certain types of configuration data for their processing. The configuration data often stored in property fi...

Read Article
Java Development
Apr 20 2010

Pattern matching using Regex

On simple words , these regex or Regular Expressions are used to validate the E-mail address, URL, phone no’s etc.The regular expression is a string o...

Read Article
Java Development
Apr 20 2010

SOAP-Simple Object Access Protocol

What is SOAP ? . SOAP stands for Simple Object Access Protocol. It is a communication protocol that facilitates the interaction between applications a...

Read Article
Java Development
Apr 13 2010

Network timeouts

Network timeouts can be caused by high traffic in the networks, slow connections, power interruptions etc. Most of the programmers do not spend their...

Read Article
Java Development
Apr 13 2010

Vector or ArrayList – a tough decision to make

Choosing something over something which is equally gradable is indeed a daunting task. Choosing Vector over ArrayList is such a decision to make, but...

Read Article
Java Development
Apr 06 2010

Coding Standards

Coding standards for Java is something which is very significant in achieving greater reliability within your coding and also the codes of others who ...

Read Article
Java Deployment
Mar 31 2010

Web Servers and Application Servers

Web Server       A Web server is either a computer program that is based on client-server model or a computer running a ̵...

Read Article
Java Development
Mar 31 2010

Garbage Collection

Automated memory management is one of Java’s most valuable services. Many languages require programmers to specify the details of acquiring stor...

Read Article
Database Development
Mar 22 2010

Database Transaction

A database transaction comprises of the operations performed against the data in one or more databases. It is an atomic unit that contains one or more...

Read Article
Java Development
Mar 19 2010

Inheritance

Inheritance is one of the important concepts in Object Oriented Programing System (OOPS), as it supports the concept of hierarchical classification. I...

Read Article
Database Development
Mar 19 2010

Multi Database Systems

Manipulation of information located in a heterogeneous database requires an additional software layer on the top of existing database systems. This so...

Read Article
Java Development
Mar 19 2010

Java Server Faces

     JSF ( Java Server Faces ) is a new standard framework, which is developed through Java Community Process ( JCP ). JSF fr...

Read Article
Design Articles
Mar 19 2010

Web Site Design Tips

On designing a web site there are some essential things which are to be considered for creating a good design. The following steps will help you to cr...

Read Article
Java Deployment
Mar 09 2010

Java Web Start with JNLP

Java Web Start (JWS) allows the user to launch his Java applications with a single click from your Web browser. From J2SE version 1.4,onwards JWS has ...

Read Article
Java Development
Mar 09 2010

Java Servlet Advantages

Java Servlets are well known for their popularity in building dynamic content for web-based applications. Java Servlet technology gives Web developers...

Read Article
Java Development
Mar 08 2010

Java Cryptography Extension – JCE

Security is the most concerning factor of any application. Security is crucial where internet technology works. Java programing environment supports m...

Read Article
Java Deployment
Feb 24 2010

Generics-Java Safe Compilation

JDK 1.5 introduces many important extensions to the Java programming,Generics are one among them. generics are simple variables to types (which will b...

Read Article
Java Development
Feb 24 2010

Jsp Coding Tips

Here are few coding tips to increase the performance of your jsp page Jsp page consists of both static and dynamic datas, as name refers static data r...

Read Article
Database Development
Feb 24 2010

Oracle Architecture Overview

Oracle, Relational Database Management System ( RDBMS ) is a collection of related information and allows access to these information simultaneously. ...

Read Article
Java Development
Feb 17 2010

JMAKI

Jmaki is a frame work that allows programmer to take widgets from the ajax framework to wrap them int jsp and jsf tags thus providing common programmi...

Read Article
Java Deployment
Feb 17 2010

Jar – Java Archive Files

JAR files, stand for java archive, a file format based on zip file format ,which is used to aggregate number of files to a single one. Also supports f...

Read Article
Design Articles
Feb 16 2010

Joomla Content Management System

Joomla is a kind of web application that makes it easy to build a website. Joomla is so easy that even an individual can handle it when creating a web...

Read Article
Java Development
Feb 16 2010

Java API’s for Software Development

Application Program Interface is the option in a software program to permit other software programs to interact with it. This article will provide you...

Read Article
Java Development
Jan 17 2010

Cookies in Java

A cookie, developed by the Netscape Corporation is a small piece of information that the HTTP server sends to the browser when the browser starts a ne...

Read Article
Java Deployment
Jan 17 2010

Source Control with CVS

CVS is a robust and open source software for version control. Source file’s history can be recorded by this system. Why we need CVS? A small pr...

Read Article
Database Development
Jan 17 2010

Database Recovery Steps

There are several recovery techniques to recover database form failures caused due to system crashes or transaction errors. Recovery of databases fro...

Read Article
Java Development
Jan 11 2010

Corba Architecture

CORBA is the open standard for heterogeneous computing developed and standardized by Object Management Group ( OMG ) .CORBA is a mechanism in software...

Read Article
Java Development
Jan 11 2010

Java Naming Directory Interface (JNDI)

The Java Naming and Directory Interface – (JNDI) is a Java Application Program Interface for accessing (look up), adding, modifying and deleting...

Read Article
Java Development
Jan 11 2010

Java Data Object

Java Data Object is an API (Application program interface) ,used by java programing language to interact with the database. It is very effective with ...

Read Article
Java Development
Jan 11 2010

Java Class Loader

A Delegation Model (version 1.2 onwards) is used for loading class to the JVM. Class Loaders are structured in java is in a way that at start-up time ...

Read Article
Java Development
Jan 11 2010

Javascript Object Notation

Javascript Object Notation(JSON) is format used to exchange data between cross platforms . It known as an alternative to XML . JSON uses language inde...

Read Article
Java Development
Dec 11 2009

Java Annotations

J2SE 5.0 introduced many new language features in which Annotation is one of them. Annotations are meta-tags that can be added to your programs and ca...

Read Article
Java Development
Dec 11 2009

Connection Pooling

Connection pooling is the handling and maintenance of a group of connections for the reuse of java applications in an application server. The implemen...

Read Article
Design Articles
Dec 11 2009

JavaFx Script and Java Script

Both Java Script and JavaFx Script are client side script technologies which imparts dynamicity and interactivity to the web pages,decreases the serve...

Read Article
Java Development
Dec 11 2009

Java Exception Handling

An ‘exception’ is an event which occurs during the execution of a program that interrupts the normal flow of program. When an error is occurred in a p...

Read Article
Data Analysis
Dec 08 2009

Data Warehousing and Data Mining

          Data warehouse is a ‘relational database’ which stores many months or years of...

Read Article
Java Development
Nov 18 2009

Model-View-Controller Architecture

Model-View-Controller (MVC) Architecture is meant for sorting out the application components into three different categories named Model, View, and Co...

Read Article
Design Articles
Nov 18 2009

Table Vs CSS design

Up to now there are only two ways to build a web site either by using table (Table design) or using CSS design layout. Both layouts have merits and de...

Read Article
Java Development
Nov 18 2009

DWR – Direct Web Remoting

DWR (Direct Web Remoting) is a java library set that allows easy server client communication. It is an open source licensed under Apache Software. The...

Read Article
Design Articles
Nov 17 2009

Effective JavaScript- A tool kit approach

While the JavaScript language is dynamic, powerful, and extremely expressive, there are still issues that come up about portability. Any code that you...

Read Article
Java Deployment
Nov 06 2009

Starting JBoss Application Server

It is a well know fact that JBoss is the most popular open source application server for enterprise applications. The system resource required for JBo...

Read Article
Database Development
Nov 06 2009

Views and Triggers in Oracle

When we talk about database, the things that come to our mind are the underlying tables, query, relations etc. While referring through some of the ora...

Read Article
Design Articles
Nov 06 2009

Jquery an alternative to Flash

Jquery is one of the most powerful scripting languages for its easiness of coding and the huge library of functions. In the new era of the web designi...

Read Article