Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copuled Based Metric
#1

Copuled Based Metric
AIM:
The main objective of this Project is to measure the quality of modularization of object-oriented projects by Coupling-based Structural metrics.
PURPOSE:
Goal is to analyses or measure how the code is framed for the particular software and Applying Software metrics to show the result.

DESCRIPTION:
We considered the leaf nodes of the directory hierarchy of the original source code to be the most fine-grained functional modules. All the files (and functions within) inside a leaf level directory were considered to belong to a single module. In this manner, all leaf level directories formed the module set for the software.

TECHNOLOGY:
JAVA:
Java has two things: a programming language and a platform.
Java is a high-level programming language that is all of the following

Simple Architecture-neutral
Object-oriented Portable
Distributed High-performance
Interpreted multithreaded
Robust Dynamic
Secure

Java is also unusual in that each Java program is both compiled and interpreted. With a compile you translate a Java program into an intermediate language called Java byte codes the platform-independent code instruction is passed and run on the computer. Compilation happens just once; interpretation occurs each time the program is executed. You can think of Java byte codes as the machine code instructions for the Java Virtual Machine (Java VM). Every Java interpreter, whether it s a Java development tool or a Web browser that can run Java applets, is an implementation of the Java VM. The Java VM can also be implemented in hardware.
Java byte codes help make write once, run anywhere possible. You can compile your Java program into byte codes on my platform that has a Java compiler. The byte codes can then be run any implementation of the Java VM. For example, the same Java program can run Windows NT, Solaris, and Macintosh.

JDBC
JDBC is a Java API for executing SQL statements. (As a point of interest, JDBC is a trademarked name and is not an acronym; nevertheless, JDBC is often thought of as standing for Java Database Connectivity. It consists of a set of classes and interfaces written in the Java programming language. JDBC provides a standard API for tool/database developers and makes it possible to write database applications using a pure Java API.
Using JDBC, it is easy to send SQL statements to virtually any relational database. One can write a single program using the JDBC API, and the program will be able to send SQL statements to the appropriate database. The combinations of Java and JDBC lets a programmer write it once and run it anywhere.
SOFTWARE USED:
JDK 1.5
Swing Builder
MS-Access

HARDWARE USED:
Hard disk : 40 GB
RAM : 512 MB
Processor Speed : 3.00GHz
Processor : Pentium IV Processor
RESULT:
Hence this project with the usage of Coupling-based Structural metrics improvement in modularization in keeping with the opinions expressed
Reply

#2
Hi,
i am MCA Student and i want COUPLED BASED METRIC project full report(doc,powerpoint presentations and screenshots).
The main objective of this Project is to measure the quality of modularization of object-oriented projects by Coupling-based Structural metrics.
It is based on softwares like,
JDK 1.5
Swing Builder
MS-Access
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.