amazon

Saturday, August 22, 2015

IDE JAVA CODE GENERATION


IDE JAVA CODE GENERATION
abstract
                   Integrated development environment in java implies the ability to ease the work of developing programs in java where the placement of more common controls like the textboxes, buttons, combo boxes is frequent and writing coding just for the purpose of bringing them is a time consuming process.
                             This package helps in resolving those difficulties by providing a main window with a look of visu3al basic environment.
                             Easy to understand menu interfaces to explore and navigate through the package is our first step towards its development.
                             Toolboxes with both general and advanced controls are provided as options. They can be clicked and dropped inside the design window.
                             Coding window is also provided where there is generation of the coding for either the general or advanced control placed.
                             Property window is also provided in the design for every control available as options under the toolbox.
                             The properties have also been provides as alphabetic options and there is also a listing for categorized options.        






SYSTEM ANALYSIS

EXISTING SYSTEM
                              Some types of IDE have already been developed under java. We have enhanced and remove some of the disadvantages present in the existing system. Some of existing IDE developed in java are
JBOSS
JBUILDER
ECPLISE
KAWA
                        There are some limitations in those existing system. Few is advantages are It occupies more memory they require Pentium IV processor and 128MB RAM to perform   execution .This software takes more execution time.
 PROPOSED SYSTEM:
            This software is capable of developing java application using swing from Java. This project automatically generates Java source codes for the design designed by the user.
          On behalf of writing source codes for designing, this project uses design-oriented approach to develop applications easily. The design will produce Java source code as an output.
          The output source will be saved to the disk as a Java file. The file can be edited with other source editors or text editors.
        This software also supports compilation, execution and debugging of the Java programs.  The errors will be displayed in a separate window. If the source file generates no errors, the program can be executed from this software and the output is displayed.
         This software is designed in 4 phases they are
          • DESIGNING PHASE
          • COMPONENT ADDING PHASE
          • PROPERTY MODIFICATION PHASE
          • AUTOMATIC CODE GENERATION PHASE

New system is required to satisfy the following requirements.

§  To provide an easy and efficient environment

§  Fast, feasible and flexible
§  To provide an easy user interactive area
§  To reduce errors and so easy the debugging
§  To reduce required time                                                                                                             
                                                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                                      
          Usually, the Java program is coded in a editor like notepad or edited in the Dos prompt, compiled &executed in the Dos prompt and lacks development environment.
Determining the information each user needs is a
Particularly difficult task.
                    In fact it is recognized as one of the most difficult Tasks in system Development. Writing manually, Error checking, Time consuming is difficult to Java beginners.
                   The approach is to ask the user what information is currently available and what other information is required.
     With the needs and requirements of the user and concern, the system is to    be defined clearly and precisely.
                        Design a GUI interface.
                        Generate code on designing.
                        Compile and Execute.
There is less need to automatically handle compilation

Error.







No comments:

Post a Comment