Showing posts with label SOFTWARES-PROGRAMMING TOOLS. Show all posts
Showing posts with label SOFTWARES-PROGRAMMING TOOLS. Show all posts

Sunday, January 1, 2012

MYSQL SOFTWARE

MYSQL COMMAND LINE TOOL



MYSQL COMPLETE PACKAGE



LINKS

http://www.mysql.com/downloads/installer/

Your's friendly,  
[MOHANRAM.G],  
ADMIN... 

Monday, July 25, 2011

AUTOMATED REQUIREMENT MEASUREMENT TOOL -ARM TOOL













The objective of the Automated Requirement Measurement Tool (ARM) is to provide measures that can be used to assess the quality of a requirement specification document.   The tool is not intended to evaluate the correctness of the specified requirements.  It is an aid to “writing the requirements right,“ not “writing the right requirements”.


The ARM tool scans a file designated by the user as the text file that contains the requirement specifications.  During the scanning process, the ARM tool searches each line of text for specific words and phrases.  These search arguments (specific words and phrases) are considered to be indicators of the document’s quality as a specification of requirements.

While the source file is being scanned, an ASCII text report file is created in the same directory as the source “.txt” file designated by the user.  The ARM tool gives the report file the same prefix name as the user’s source file and adds an extension of  “.arm”.  This report file contains a summary report and detailed reports for specific quality indicators.

Your's friendly,  
[MOHANRAM.G],  
ADMIN...

Friday, July 1, 2011

JAVA DEVELOPMENT KIT


The Java Development Kit (JDK) is a Sun Microsystems product aimed at Java developers. Since the introduction of Java, it has been by far the most widely used Java SDK. On 17 November 2006, Sun announced that it would be released under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007; Sun contributed the source code to the OpenJDK.
JDK contents

The JDK has as its primary components a collection of programming tools, including:

    java – the loader for Java applications. This tool is an interpreter and can interpret the class files generated by the javac compiler. Now a single launcher is used for both development and deployment. The old deployment launcher, jre, no longer comes with Sun JDK.
    javac – the compiler, which converts source code into Java bytecode
    appletviewer – this tool can be used to run and debug Java applets without a web browser
    apt – the annotation-processing tool [1]
    extcheck – a utility which can detect JAR-file conflicts
    idlj – the IDL-to-Java compiler. This utility generates Java bindings from a given Java IDL file.
    javadoc – the documentation generator, which automatically generates documentation from source code comments
    jar – the archiver, which packages related class libraries into a single JAR file. This tool also helps manage JAR files.
    javah – the C header and stub generator, used to write native methods
    javap – the class file disassembler
    javaws – the Java Web Start launcher for JNLP applications
    jconsole – Java Monitoring and Management Console
    jdb – the debugger
    jhat – Java Heap Analysis Tool (experimental)
    jinfo – This utility gets configuration information from a running Java process or crash dump. (experimental)
    jmap – This utility outputs the memory map for Java and can print shared object memory maps or heap memory details of a given process or core dump. (experimental)
    jps – Java Virtual Machine Process Status Tool lists the instrumented HotSpot Java Virtual Machines (JVMs) on the target system. (experimental)
    jrunscript – Java command-line script shell.
    jstack – utility which prints Java stack traces of Java threads (experimental)
    jstat – Java Virtual Machine statistics monitoring tool (experimental)
    jstatd – jstat daemon (experimental)
    policytool – the policy creation and management tool, which can determine policy for a Java runtime, specifying which permissions are available for code from various sources
    VisualVM – visual tool integrating several command-line JDK tools and lightweight[clarification needed] performance and memory profiling capabilities
    wsimport – generates portable JAX-WS artifacts for invoking a web service.
    xjc – Part of the Java API for XML Binding (JAXB) API. It accepts an XML schema and generates Java classes.

Experimental tools may not be available in future versions of the JDK.

The JDK also comes with a complete Java Runtime Environment, usually called a private runtime It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.

Copies of the JDK also include a wide selection of example programs demonstrating the use of almost all portions of the Java API.




 


Your's friendly,
[MOHANRAM.G],
ADMIN...

NetBeans IDE 7.0


The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as PHP, JavaScript and Ajax, Groovy and Grails, and C/C++.
The NetBeans project is supported by a vibrant developer community and offers extensive documentation and training resources as well as a diverse selection of third-party plugins.

Release Overview

NetBeans IDE 7.0 introduces language support for development to the proposed Java SE 7 specification with the JDK 7 developer preview. The release also provides enhanced integration with the Oracle WebLogic server, as well as support for Oracle Database and GlassFish 3.1. Additional highlights include Maven 3 and HTML5 editing support; a new GridBagLayout designer for improved Swing GUI development; enhancements to the Java editor, and more.

NetBeans IDE 7.0 is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese.

Get the NetBeans IDE 7.0


Download NetBeans IDE 7.0

Documentation

Use the following to get started with NetBeans IDE 7.0:

Feature Highlights

JDK 7

  • Project Coin support
  • Editor enhancements: Code completion, hints
WebLogic Server

  • Streamlined and faster deployment to WebLogic
  • New server runtime node displaying deployed applications and resources
  • JSF integration with server libraries
Oracle Database

  • Simplified connection wizard
  • Guided installation to JDBC driver
  • Editing and deployment of stored procedures
JDK 7 switch

WebLogic

Oracle DB
GlassFish
  • GlassFish 3.1 support
  • Domain restart and log viewer for remote GlassFish
  • Enable and disable deployed applications
Java

  • Maven 3 support
  • JUnit 4.8.2 integration and various JUnit improvements
  • Remote HTTP URLs supported for Javadoc in libraries and Java platforms
  • New improved visual customizer for GridBagLayout
Java EE

  • Improved support for CDI, REST services and Java Persistence
  • New support for Bean Validation
  • Support for JSF component libraries, including bundled PrimeFaces library
  • Improved editing for Expression Language in JSF, including code completion, refactoring and hints
GlassFish remote view

GridBag designer

JavaEE code completion
Web Languages
  • HTML5 editing support
  • JSON formatter
PHP
  • Generate PhpDoc
  • Rename refactoring, Safe Delete Refactoring
  • PHP 5.3 - Support for aliases
C/C++

  • Easy import of project from user's existing binary
  • New Project type where user's source files are located on remote system
NetBeans Platform

General
  • Word wrap in Editor
  • Enhanced Profiler integration
  • Less intrusive checking for external changes when switching between the IDE and other programs.
HTML5 code completion

php

C/C++

Platform annotation action


Your's friendly,
[MOHANRAM.G],
ADMIN...

Monday, August 9, 2010

DEV C++ FULL FEATURED C,C++ COMPILER



"Full-featured programming environment & compiler for creating software in C/C++."

* NO NEED OF LINUX ENVIRONMENT
* CREATES AN EXECUTABLE FILE THAT IS PORTABLE AND NO NEED OF THE SOURCE FILE

Dev-C++ is a full-featured programming environment and compiler for creating software in C++. Included in the Dev-C++ environment are all of the standard features necessary for writing, compiling, debugging, and executing programs written in C. Strictly for the hard-core C++ programmer, Dev-C++ allows you to compose all of your source code without many of the hand-holding features and expenses included in many of the available programming environments.
Features
- Support GCC-based compilers
- Integrated debugging (using GDB)
- Support for multiple languages (localization)
- Class Browser
- Code Completion
- Debug variable Browser
- Project Manager
- Customizable syntax highlighting editor
- Quickly create Windows, console, Static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- Package manager, for easy installation of add-on libraries
- CVS Support
- To-Do List
- CPU Window


TO DOWNLOAD CLICK HERE



Your's friendly,
[MOHANRAM.G],
ADMIN...

Wednesday, July 21, 2010

TURBO C,C++ COMPILER-3.5




The Borland C++ 3.5 Compiler is the high performance foundation and core technology of Inprise/Borland's award-winning Borland C++Builder product line and is the basis for Inprise/Borland's recently announced C++Builder(TM) 5 development system for Windows 95, 98, NT, and Windows 2000.

"Over the past 11 years, millions of developers have relied on the speed and quality of the Borland C/C++ compiler technology. Beginning this month, every developer will have free access to the latest Borland C/C++ compiler for building high quality Windows, Internet, and distributed applications," said Michael Swindell, director of product management at Inprise/Borland. "With Open Source development exploding on all platforms, developers can now rely on a leading commercial ANSI C++ compiler to be available for any Windows based Open Source project. In addition, with our forthcoming Linux C++ tools, development with Borland C++ tools today is an investment in Linux development for tomorrow."

"Since many programmers learned how to develop using Borland tools, it's great to see Inprise/Borland offer its widely-used compiler free of charge," said Sally Cusack, an analyst and research manager at International Data Corporation. "Developers who download this compiler will subsequently have a seamless path to the rich tools and capabilities of Borland C++Builder 5 for RAD, Internet, User Interface, database, and distributed solutions.

FOR DOWNLOADING CLICK THE BUTTON BELOW