ScriptsFinder.com - Programming Scripts Resources
Newly Added
Newly Added
  Most Popular
Most Popular
  Top Rated
Top Rated
  Search ScriptsFinder.com
Search
  Link to us
Link to us
Register  |  Login |   How to Add Link  |  Modify Link  |  Getting Rated  |  Feedback

Search :

Categories
ASP
ASP.NET
C And C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Tools and Utilities
Web Hosting
XML

Computer Scripts

Ricky's web templates

Website Scripts

Cheap Web Hosting





 Home  > Java > Tips and Tutorials


Indicators - Today:    5 Days:    15 Days:


 Applet Building (1)


 General Java (1)


 Introduction to Java (0)


 JSP and Servlets (0)


 Miscellaneous (8)


Tips and Tutorials


What is IBM Tivoli Access Manager for Microsoft .NET?    

Home | Review It | Rate It  | Error

What is IBM Tivoli Access Manager for Microsoft .NET? is an online tutorial dealing with IBMs tivoli techniques. In this article the author has explained about the usage and functionalities of IBM tivoli access manager products for websites running on Microsoft .NET environment. You can learn how to intergrate and apply these products in arriving at an optimum security solutions for the huge enterprises. In this article the author has given a brief note on the functions of IBMs tivoli manager in providing securities for websites on .NET environments.


Price:Free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

An Introduction to Enterprise JavaBeans    

Home | Review It | Rate It  | Error

Enterprise JavaBeans are distributed network aware components that in a J2EE environment can develop secure, scalable, transactional and multi-user components. From this article You will be able to learn what the Enterprise JavaBeans (EJBs) are, and the different types of EJBs and the various reasons as to why to use EJBs in your application. The EJBs run inside EJB container, which provides certain in-built services to EJBs required for the EJBs to operate.


Price:free  Rate: 3.0(out of 5)    Vote:1  Members Review:None
 

Use the Element Construction Set to create formatted logs    

Home | Review It | Rate It  | Error

This is an artilce dealing mainly on Jakarta Element Construction Set (ECS). The author has given a simple and easy to understand introduction for ECS and has also explained how to make use of this ECS in creating formatted log with HTML status through an object oriented approach. Further more you are also provided with instructions on other potential uses for the API along with the procedures for programmatically generating markup.


Price:Free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Visual Application Builder    

Home | Review It | Rate It  | Error

Generally, technical professionals only can create browser based application easily but, using this tool, users with basic knowledge of programming can easily create this type of application. This tool offers a high level of abstraction in all the layers without specifying the internal codes and hence saves the users from confusion. This tool allows integration with any backend database.


Price:Free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Accessing EJBs through firewalls    

Home | Review It | Rate It  | Error

Users can utilize this tutorial to know how to access Enterprise JavaBeans or EJB using firewalls. There are many approaches being used for writing J2EE applications for accessing EJBS using firewalls. The author prescribes an easy approach named Java Secure Socket Extensions to perform this process in a simple and easy way. This tutorial benefits the developers of J2EE applications.


Price:Free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Application Privacy Monitoring for JDBC    

Home | Review It | Rate It  | Error

Application Privacy Monitoring for JDBC is an online article containing several privacy monitoring functions. From this tutorial you can extract and gain knowledge on the usage and effect of these monitoring fuctions on web based projects. The author has given an introductory note and explains in brief about the privacy monitoring functions for the TPM. You can even learn more about the IBM Tivoli Privacy Manager (TPM) and its responsibilities in the privacy policy. An illustration for enforcing the privacy policy on the web application is given for the ease of the users.


Price:Free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Java authorization internals    

Home | Review It | Rate It  | Error

Java developers can use this tutorial who would like to know about the Java 2 platform and the JAAS authorization. In this tutorial, the author explains about the code centric authorization and user centric authorization. For code centric authorization, he considers Java2 and for user centric, he considers Java Authentication and authorization Service. The author tells the readers about the protection of domains, access policies, subject based access controls etc.,


Price:Free  Rate: 5.0(out of 5)    Vote:1  Members Review:None
 

Building your first Enterprise JavaBean.    

Home | Review It | Rate It  | Error

From this tutorial you can learn how to build an EJB (Enterprise Java Bean) and also learn to install them on a production class, open source and free EJB Server namely JBoss, which is a very popular EJB Container. The topics covered by this tutorial are: Installing and running JBoss Server, Installing, configuring and running Tomcat Server, Developing your first Session EJB, Deploying this EJB on JBoss Server, Creating the client JSP page, Running the JSP page and finally Summary.


Price:free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Building your first JSP custom Tag    

Home | Review It | Rate It  | Error

Building JSP tags is as easy as building a normal Java class file. This tutorial teaches you how to build custom tags in JSP assuming that you have no knowledge of JSP tags. JSP tags have rules similar to the XML tag rules. They are delimited with ??. JSP tags allow separation of server-side Java code and client side HTML code. This is very significant when the client and server side solutions are developed separately. Even non-java programmer can use tags as they are very easy to use and maintain.


Price:free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 

Combining Servlets, JSP, and JavaBeans    

Home | Review It | Rate It  | Error

Combining Servlets, JSP, and JavaBeans is a tutorial explaining the use of Servlets, JSP and Java Beans. Servlets allow convenient management of events and programs; JSP allows defining excellent response pages while beans had a way of removing some of the scriptlet code with easy yet powerful tags. But all of them had problems in one or the other way. Integrating them and using them in an unified way by blending the best of three approaches. It gives an overview of some advanced topics with Servlets and JSPs like HTTP Session Binding Events.


Price:free  Rate: 0.0(out of 5)    Vote:0  Members Review:None
 
Pages : 1 2

EJB exception handling

Learn to code for faster problem resolution on EJB-based systems Advanced Java.

Herongs Notes on JDK

Dr.Herongs young, the writter gives a notes on jdk, which help the user to gather information about the name of the book and brief explanation about the content of the book on jdk. Few content like formatting dates, formatting and phrasing dates and like others are given. This helps the beginners to extract a book according to their desire on jdk.

Developing and distributing Java applications for the clie

Java Web Start is a client-side technology that enables Java applications to launch either from a desktop or from a Web page. This alleviates from the problem of developing two applications, one for the desktop and the other for the internet. This software technology includes the portability of applets, the maintainability of Servlets and JavaServer Pages (JSP) technology, and the simplicity of markup languages such as XML and HTML. This has to be launched, deployed, and updated from a standard Web server.

Diagnosing Java Code: The Liar View bug pattern

The model-view-controller is generally used while designing the GUIs. In this the view is separated from the model, which causes lot of difficulty in automated testing to verify state change of state in the model is exactly reflected in the view. Since the number of invariants is voluminous in GUIs, you have to use automated testing. This is where the Liar view bug pattern can be used to detect what the automated testing fails to do.

Combining Servlets, JSP, and JavaBeans

Combining Servlets, JSP, and JavaBeans is a tutorial explaining the use of Servlets, JSP and Java Beans. Servlets allow convenient management of events and programs; JSP allows defining excellent response pages while beans had a way of removing some of the scriptlet code with easy yet powerful tags. But all of them had problems in one or the other way. Integrating them and using them in an unified way by blending the best of three approaches. It gives an overview of some advanced topics with Servlets and JSPs like HTTP Session Binding Events.

Creating a Browser Detection JavaBean

If you have the basic knowledge of JSP pages and JavaBeans, you can use this article to learn how to build a Browser detection JavaBean and use it to provide the appropriate HTML to the user. Most of the browsers don?t support all the HTML and CSS features, which is where this JavaBean will be handy. This Bean can be used to build browser friendly pages. This article will be highly useful if you are aware of the basic knowledge of Java Beans and JSP Pages.

Creating a text adventure game in Java

Text adventure games were once popular in the past during the monochrome days. Today this art is lost due to the interest diverted towards cartoony VGA graphics by players. During the 80?s it was the ultimate challenge for the programmer to write text adventure games. This article allows you to relive the days when text adventure games were considered as the ultimate challenge, and write an object-orientated text-adventure game.

Creating Java2D composites for rollover effects

This tutorial tells how a more consistent, more common result can be reached using the Java2D API, which allows you to methodically define composite values for rollover and selection events. It tells how they can be manipulated using AWT composites and how to construct images within Java language. Many custom effects that can be achieved by understanding more about how Java2D works.

Building management applications with Jiro and WBEM

This is an article about creating management application program by successfully combining the best part of Jiro technology and the Web-Based Enterprise Management (WBEM) initiative. The article describes about the WBEM client technology that can access and manipulate data in a CIMOM (Common Information Model Object Manager). The article emphasizes the need of greater standardization of Jiro management facades, the specific hurdles involved with combining Jiro and WBEM, and also some of the development efforts sponsored by the DMTF and others.

Building your first Enterprise JavaBean.

From this tutorial you can learn how to build an EJB (Enterprise Java Bean) and also learn to install them on a production class, open source and free EJB Server namely JBoss, which is a very popular EJB Container. The topics covered by this tutorial are: Installing and running JBoss Server, Installing, configuring and running Tomcat Server, Developing your first Session EJB, Deploying this EJB on JBoss Server, Creating the client JSP page, Running the JSP page and finally Summary.

Most Populer

Managing Sessions with Java Servlets

What is IBM Tivoli Access Manager for Microsoft .NET?

An Introduction to Enterprise JavaBeans

Use the Element Construction Set to create formatted logs

Visual Application Builder

Accessing EJBs through firewalls

Application Privacy Monitoring for JDBC

Java authorization internals

Building your first Enterprise JavaBean.

Data Wizard for Java

Building your first JSP custom Tag

An introduction to neural networks

Building management applications with Jiro and WBEM

Combining Servlets, JSP, and JavaBeans

Creating a Browser Detection JavaBean


Top Rated

Java authorization internals

Managing Sessions with Java Servlets

An Introduction to Enterprise JavaBeans

What is IBM Tivoli Access Manager for Microsoft .NET?

Data Wizard for Java

Use the Element Construction Set to create formatted logs

Accessing EJBs through firewalls

An introduction to neural networks

Application Privacy Monitoring for JDBC

Visual Application Builder

Basics of J2ME

Best Practice with Expresso Framework

Build your own Java-based supercomputer

Building management applications with Jiro and WBEM

Building your first Enterprise JavaBean.



Forum Feed
Forums for your site
Cut Price Digital
Low Price online retail company specialising in digital products.
IT desks
SECURE IT DESKS FOR OFFICES AND CLASSROOMS. THE SECUREDESK combines security with ergonomic design in an elegant package.
Windows 2003 Server Small Business
The Century consultants are network consultancy specialists. They will design, install, and support your LANs (Local-area networks), WANs (wide-area networks), wireless networks, Internet, email and intranet systems.
Website Designers
Our professional website designers can make websites that you update yourself! Add text and images whenever you need to. See online!
Sitemap: ASP | ASP.NET | C and C++ | CFML | CGI and Perl | Flash | Java | JavaScript | PHP | Python | Remotely Hosted
Tools and Utilities | Web Hosting | XML

Home | Feedback | Advertise with us

Best viewed in 800x600 resolution with Internet Explorer
Site Developed and Hosted by Planet Websoft
Partners : AddScript | TutorialsBulletin | TemplateThemes | VDC | AddScripts | DentistIndia | eBimaa | RhymeStore