[JBuilder3] definition

definition [JBuilder3] - Programmation

Marsh Posté le 09-07-2002 à 17:15:19    

Bonjour a tous. :hello:
 
Voila j ai un rapport a taper et dans celui ci "J aimerai" decrire Jbuilder3 version entreprise.
Dans ce meme papier j ai deja (bien) commence par une definition du Java (trouve sur sun.com).
Et la je patine car meme en cherchant avec google avec les mots suvants:
Intregrated Development Environment Jbuilder3
ou
IDE definition
ou etc
 
je trouve rien!
certes j ai bien:

Citation :


An integrated development environment (IDE) is a programming environment that has been packaged as an application program, typically consisting of a code editor, a compiler, a debugger, and a graphical user interface (GUI) builder. The IDE may be a standalone application or may be included as part of one or more existing and compatible applications. The BASIC programming language, for example, can be used within Microsoft Office applications, which makes it possible to write a WordBasic program within the Microsoft Word application. IDEs provide a user-friendly framework for many modern programming languages, such as Visual Basic, Java, and PowerBuilder.  
 
IDEs for developing HTML applications are among the most commonly used. For example, many people designing Web sites today use an IDE (such as HomeSite, DreamWeaver, or FrontPage) for Web site development that automates many of the tasks involved.  


 
mais ce ne correspond pas tout a fait a ce que je cherche.
 
Alors j en viens a demander de l aide a VOUS TOUS.
 
:jap: :jap: :jap: :jap:
 
@->--
 
PS: je ne l ai pas dit mais une description du soft en ANglais serai parfait ! Merci


---------------
The Only Way for Evils to Triumph is for Good Men to do Nothing @->-- Cours Réseaux@->-- Mon Site
Reply

Marsh Posté le 09-07-2002 à 17:15:19   

Reply

Marsh Posté le 09-07-2002 à 17:16:08    

Je crois que tu t'es trompé de forum :D

Reply

Marsh Posté le 09-07-2002 à 17:17:26    

Hop move.


---------------
"If you can walk away from a landing, it's a good landing. If you use the airplane the next day, it's an outstanding landing." - Chuck Yeager. | Chaîne YT | Photos
Reply

Marsh Posté le 09-07-2002 à 17:18:20    

MDR  :lol:  :lol:  :lol:


Message édité par darklord le 09-07-2002 à 17:18:33

---------------
Just because you feel good does not make you right
Reply

Marsh Posté le 09-07-2002 à 17:19:41    

non je ne trouve ca pas drole du tout ! :fou:


---------------
The Only Way for Evils to Triumph is for Good Men to do Nothing @->-- Cours Réseaux@->-- Mon Site
Reply

Marsh Posté le 09-07-2002 à 17:20:59    

mais enfin as tu vraiment chercher ou quoi ? En deux secondes j'ai ce genre de liens via google
 
http://www.linuxplanet.com/linuxplanet/reviews/1496/1/
http://www.horstmann.com/ccj2/help/jbuilder3.html
http://www.outpost.com/product/3153680/


---------------
Just because you feel good does not make you right
Reply

Marsh Posté le 09-07-2002 à 17:22:09    

prends le dernier lien. y a toute l'info dont tu as besoin en anglais. J'ai betement utilisé google avec la clé suivante
 
JBuilder 3 description
 
C'est si compliqué que ca d'utiliser un moteur de recherche ??? Vraiment je comprends pas !


---------------
Just because you feel good does not make you right
Reply

Marsh Posté le 09-07-2002 à 17:29:16    

ben j ai chercher avec les mots clefs ci dessus
 
sinon il n y a que le troisieme liens qui me "va".
moi je chercher un truck dans le genre:
 

Citation :


The beginning:
 
The Java programming language and environment is designed to solve a number of problems in modern programming practice. Java started as a part of a larger project to develop advanced software for consumer electronics. These devices are small, reliable, portable, distributed, real-time embedded systems. When the project started it intended to use C++, but encountered a number of problems. Initially these were just compiler technology problems, but as time passed more problems emerged that were best solved by changing the language.
 
Java
Java: A simple, object-oriented, network-savvy, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded, dynamic language.  
One way to characterize a system is with a set of buzzwords. We use a standard set of them in describing Java. Here's an explanation of what we mean by those buzzwords and the problems we were trying to solve.  
Simple
We wanted to build a system that could be programmed easily without a lot of esoteric training and which leveraged today's standard practice. Most programmers working these days use C, and most programmers doing object-oriented programming use C++. So even though we found that C++ was unsuitable, we designed Java as closely to C++ as possible in order to make the system more comprehensible.
Java omits many rarely used, poorly understood, confusing features of C++ that in our experience bring more grief than benefit. These omitted features primarily consist of operator overloading (although the Java language does have method overloading), multiple inheritance, and extensive automatic coercions.
We added automatic garbage collection, thereby simplifying the task of Java programming but making the system somewhat more complicated. A common source of complexity in many C and C++ applications is storage management: the allocation and freeing of memory. By virtue of having automatic garbage collection (periodic freeing of memory not being referenced) the Java language not only makes the programming task easier, it also dramatically cuts down on bugs.
Another aspect of being simple is being small. One of the goals of Java is to enable the construction of software that can run stand-alone in small machines. The Java interpreter and standard libraries have a small footprint. A small size is important for use in embedded systems and so Java can be easily downloaded over the net.


 
You got it?


---------------
The Only Way for Evils to Triumph is for Good Men to do Nothing @->-- Cours Réseaux@->-- Mon Site
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed