Listing 1 - 10 of 12 | << page >> |
Sort by
|
Choose an application
Choose an application
Engineering & Applied Sciences --- Computer Science --- Eclipse (Electronic resource)
Choose an application
The Eclipse environment solves the problem of having to maintain your own Integrated Development Environment (IDE), which is time consuming and costly. Embedded tools can also be easily integrated into Eclipse. The C/C++CDT is ideal for the embedded community with more than 70% of embedded developers using this language to write embedded code. Eclipse simplifies embedded system development and then eases its integration into larger platforms and frameworks. In this book, Doug Abbott examines Eclipse, an IDE, which can be vital in saving money and time in the design and development of
Embedded computer systems --- Programming. --- Linux. --- Eclipse (Electronic resource) --- Slackware Linux --- SUSE Linux --- Information Technology --- General and Others
Choose an application
Develop skills to build powerful plug-ins with Eclipse IDE through examples About This Book Create useful plug-ins to make Eclipse work for you Learn how to migrate Eclipse 3.x plug-ins to Eclipse 4.x From automation to testing, find out how to get your IDE performing at an impressive standard Who This Book Is For This book is for Java developers familiar with Eclipse who need more from the IDE. This book will sharpen your confidence and make you a more productive developer with a tool that supports rather than limits you. What You Will Learn Create plug-ins for Eclipse 4.x Test plug-ins automatically with JUnit Display tree and table information in views Upgrade Eclipse 3.x plug-ins to Eclipse 4.x Find out how to build user interfaces from SWT and JFace Run tasks in the background and update the user interface asynchronously Automate builds of plug-ins and features Automate user interface tests with SWTBot In Detail Eclipse is used by everyone from indie devs to NASA engineers. Its popularity is underpinned by its impressive plug-in ecosystem, which allows it to be extended to meet the needs of whoever is using it. This book shows you how to take full advantage of the Eclipse IDE by building your own useful plug-ins from start to finish. Taking you through the complete process of plug-in development, from packaging to automated testing and deployment, this book is a direct route to quicker, cleaner Java development. It may be for beginners, but we're confident that you'll develop new skills quickly. Pretty soon you'll feel like an expert, in complete control of your IDE. Don't let Eclipse define you - extend it with the plug-ins you need today for smarter, happier, and more effective development. Style and approach Packed with plenty of examples so you're never stuck, or never left simply reading instructions, this book encourages you to get started immediately. This book is for developers who want to develop, not just learn.
Choose an application
Computer software --- Java (Computer program language) --- Logiciels --- Java (Langage de programmation) --- Development --- Développement --- Development. --- Java (Computer program language). --- Development of computer software --- Software development --- Eclipse (Electronic resource) --- Object-oriented programming languages --- JavaSpaces technology --- Computer software - Development
Choose an application
Ein geradlinig geschriebenes Buch für die professionelle Java-Programmierung mit Eclipse, das Sie Ihr Ziel schnell erreichen lässt. Sie erfahren, wie Sie die Softwareentwicklung objektorientiert ausrichten und dabei mit Eclipse das ausbügeln, was an Java negativ ist. Sie profitieren davon, dass Eclipse modular beliebig erweitert werden kann. So wird es zu Ihrem gezielt anpassbaren Profiwerkzeug. Ein Buch, das Umwege und Irrwege erspart. Geschrieben von erfahrenen Entwicklern. Die neue Auflage wurde verbessert, aktualisiert, um neuere Entwicklungen der Plugins erweitert und an die aktuelle Version Eclipse 3.2 angepasst.
Programming languages (Electronic computers). --- Computer programming. --- Software engineering. --- Programming Languages, Compilers, Interpreters. --- Programming Techniques. --- Software Engineering/Programming and Operating Systems. --- Computer software --- Java (Computer program language) --- Development. --- Eclipse (Electronic resource)
Choose an application
Eclipse and the Rich Client Platform (RCP) together form a leading development platform. It provides a lightweight software component framework based on plug–ins. In addition to allowing Eclipse to be extended using other programming languages, it provides the key to the seamless integration of tools with Eclipse. The RCP gives Eclipse its modularity: Eclipse employs plug–ins in order to provide all of its functionality on top of (and including) the RCP, in contrast to some other applications where functionality is typically hard–coded. RCP apps are platform independent: they can be built for all major operating systems such as Windows, Linux, and Mac from a single code base. And the RCP provides a professional look and feel for applications. Practical Eclipse Rich Client Platform Projects is a clear and technical guide for Eclipse developers to help them enhance their knowledge and achieve their goals quickly. The book explains the technical concepts easily and in an engaging way. The text provides plenty of source code and images as learning aids. Several practical projects and case studies are included.
Application software -- Development. --- Computer software -- Development. --- Eclipse (Electronic resource). --- Java (Computer program language). --- Computer software --- Java (Computer program language) --- Application software --- Computer Science --- Engineering & Applied Sciences --- Development --- Information Technology --- Computer Science (Hardware & Networks) --- Development. --- Eclipse (Electronic resource) --- Development of computer software --- Software development --- Development of application software --- Computer science. --- User interfaces (Computer systems). --- Computer Science. --- User Interfaces and Human Computer Interaction. --- Object-oriented programming languages --- JavaSpaces technology --- Java. --- Informatics --- Science --- Interfaces, User (Computer systems) --- Human-machine systems --- Human-computer interaction
Choose an application
Eclipse is the most adopted integrated development environment (IDE) for Java programmers. And, now, Eclipse seems to be the preferred IDE for Android apps developers. Android Apps with Eclipse provides a detailed overview of Eclipse, including steps and the screenshots to help Android developers to quickly get up to speed on Eclipse and to streamline their day-to-day software development. This book includes the following: Overview of Eclipse fundamentals for both Java and C/C++ Development. Using Eclipse Android Development Toolkit (ADT) to develop, debug, and troubleshoot Android applications. Using Eclipse C/C++ Development Toolkit (CDT) in conjunction with Android Native Development Kit (NDK) to integrate, develop and troubleshoot native Android components through Eclipse.
Android (Electronic resource). --- Application software -- Development. --- Eclipse (Electronic resource). --- Mobile computing. --- Application software --- Mobile computing --- Engineering & Applied Sciences --- Computer Science --- Development --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- Development. --- Eclipse (Electronic resource) --- Android (Electronic resource) --- Development of application software --- Android operating system (Electronic resource) --- Android OS (Electronic resource) --- Google Android (Electronic resource) --- Android mobile operating system (Electronic resource) --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Mobile Computing. --- Computer Applications. --- Electronic data processing --- Context-aware computing --- Portable computers --- Application software. --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software
Choose an application
Computer software --- Programming languages (Electronic computers) --- Development --- Eclipse (Electronic resource) --- 681.3*D26 --- 681.3*D2 --- 681.3*D32 --- Computer languages --- Computer program languages --- Computer programming languages --- Machine language --- Electronic data processing --- Languages, Artificial --- Development of computer software --- Software development --- Programming environments: interactive (Software engineering) --- Development. --- Software engineering: protection mechanisms; standards--See also {681.3*K63}; {681.3*K51} --- language classifications: applicative languages; data-flow languages; design languages; extensible languages; macro and assembly languages; nonprocedural languages; specialized application and very high-level languages (Programminglanguages) --- Programming languages (Electronic computers). --- Eclipse (Electronic resource). --- 681.3*D32 language classifications: applicative languages; data-flow languages; design languages; extensible languages; macro and assembly languages; nonprocedural languages; specialized application and very high-level languages (Programminglanguages) --- 681.3*D2 Software engineering: protection mechanisms; standards--See also {681.3*K63}; {681.3*K51} --- 681.3*D26 Programming environments: interactive (Software engineering) --- Computer software - Development
Choose an application
Discover the open source Eclipse Tasking Engine Advanced (TEA) project in this compact to-the-point book. It covers how to automate tasks using TEA and focuses on simplifying and aiding the creation of extensions for the Eclipse IDE in a way which makes them accessible both from the IDE’s UI and in a headless fashion from the command line. Additionally, Eclipse TEA Revealed explores the library of pre-built components included with TEA, mostly in the area of rich client platform (RCP)-based Java application development, for building projects, updating sites, dealing with target platforms, and more. After reading and using this book, you'll be up to speed on the fundamentals of Eclipse TEA and ready to use it for more productive Java-based application builds and developments. You will: View TEA’s internal architecture Work with TEA’s APIs Write TEA components Use the pre-built TEA components Set up headless environments using TEA.
Application software. --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software --- Java (Computer program language). --- Computer science. --- Java. --- Programming Languages, Compilers, Interpreters. --- Programming Techniques. --- Informatics --- Science --- Object-oriented programming languages --- JavaSpaces technology --- Programming languages (Electronic computers). --- Computer programming. --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Computer languages --- Computer program languages --- Computer programming languages --- Machine language --- Languages, Artificial --- Programming --- Eclipse (Electronic resource)
Listing 1 - 10 of 12 | << page >> |
Sort by
|