Seller: WeBuyBooks, Rossendale, LANCS, United Kingdom
Condition: Like New. Most items will be dispatched the same or the next working day. An apparently unread copy in perfect condition. Dust cover is intact with no nicks or tears. Spine has no signs of creasing. Pages are clean and not marred by notes or folds of any kind.
£ 6.12
Convert currencyQuantity: 1 available
Add to basketCondition: good. Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the average WORN book or dust jacket that has all the pages present.
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
£ 11.06
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.3.
Seller: medimops, Berlin, Germany
£ 26.87
Convert currencyQuantity: 1 available
Add to basketCondition: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.
Seller: GreatBookPrices, Columbia, MD, U.S.A.
£ 25.19
Convert currencyQuantity: 1 available
Add to basketCondition: As New. Unread book in perfect condition.
Published by Packt Publishing 2016-08, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: Chiron Media, Wallingford, United Kingdom
PF. Condition: New.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
£ 41.46
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: New.
Published by Packt Publishing 2013-06, 2013
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: Chiron Media, Wallingford, United Kingdom
PF. Condition: New.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
£ 45.62
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
Condition: As New. Unread book in perfect condition.
Published by Packt Publishing Limited, 2023
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
UNK. Condition: New. New Book. Shipped from UK. Established seller since 2000.
Published by Packt Publishing Limited, 2013
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
Paperback / softback. Condition: New. New copy - Usually dispatched within 3 working days. 620.
Published by Packt Publishing Limited, 2023
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
£ 52.09
Convert currencyQuantity: 1 available
Add to basketUNK. Condition: New. New Book. Shipped from UK. Established seller since 2000.
Seller: California Books, Miami, FL, U.S.A.
£ 45.76
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by Packt Publishing - ebooks Account, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: SecondSale, Montgomery, IL, U.S.A.
£ 29.95
Convert currencyQuantity: 1 available
Add to basketCondition: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc.
Seller: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Ireland
£ 54.04
Convert currencyQuantity: 1 available
Add to basketCondition: New. 2013. Paperback. . . . . .
Seller: GreatBookPrices, Columbia, MD, U.S.A.
£ 41.27
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Published by Packt Publishing, Limited, 2013
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: Books Puddle, New York, NY, U.S.A.
£ 52.28
Convert currencyQuantity: 4 available
Add to basketCondition: New. pp. 342 Index.
Seller: Kennys Bookstore, Olney, MD, U.S.A.
£ 62.65
Convert currencyQuantity: 1 available
Add to basketCondition: New. 2013. Paperback. . . . . . Books ship from the US and Ireland.
£ 49.01
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
£ 50.58
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Published by Packt Publishing Limited, GB, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: Rarewaves.com USA, London, LONDO, United Kingdom
£ 58.74
Convert currencyQuantity: Over 20 available
Add to basketPaperback. Condition: New. Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practicesAbout This Book. Leverage the latest features of Xtext and Xtend to develop a domain-specific language. Integrate Xtext with popular third party IDEs and get the best out of both worlds. Discover how to test a DSL implementation and how to customize runtime and IDE aspects of the DSLWho This Book Is ForThis book is targeted at programmers and developers who want to create a domain-specific language with Xtext. They should have a basic familiarity with Eclipse and its functionality. Previous experience with compiler implementation can be helpful but is not necessary since this book will explain all the development stages of a DSL.What You Will Learn. Write Xtext grammar for a DSL; Use Xtend as an alternative to Java to write cleaner, easier-to-read, and more maintainable code; Build your Xtext DSLs easily with Maven/Tycho and Gradle; Write a code generator and an interpreter for a DSL; Explore the Xtext scoping mechanism for symbol resolution; Test most aspects of the DSL implementation with JUnit; Understand best practices in DSL implementations with Xtext and Xtend; Develop your Xtext DSLs using Continuous Integration mechanisms; Use an Xtext editor in a web applicationIn DetailXtext is an open source Eclipse framework for implementing domain-specific languages together with IDE functionalities. It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more.This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. Opening with brief coverage of Xtext features involved in DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. You will then explore the typical programming development workflow with Xtext when we modify the grammar of the DSL.Further, the Xtend programming language (a fully-featured Java-like language tightly integrated with Java) will be introduced. We then explain the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. You will have learned how to test a DSL implemented in Xtext with JUnit and will progress to advanced concepts such as type checking and scoping. You will then integrate the typical Continuous Integration systems built in to Xtext DSLs and familiarize yourself with Xbase. By the end of the book, you will manually maintain the EMF model for an Xtext DSL and will see how an Xtext DSL can also be used in IntelliJ.Style and approach A step-by step-tutorial with illustrative examples that will let you master using Xtext and implementing DSLs with its custom language, Xtend.
Seller: Mispah books, Redhill, SURRE, United Kingdom
Paperback. Condition: Like New. Like New. book.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
£ 40.27
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
£ 27.03
Convert currencyQuantity: 1 available
Add to basketpaperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Published by Packt Publishing Limited, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 42.05
Convert currencyQuantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by Packt Publishing Limited, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
£ 46.74
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 941.
Published by Packt Publishing Limited, 2016
ISBN 10: 1786464969 ISBN 13: 9781786464965
Language: English
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
£ 48.33
Convert currencyQuantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Published by Packt Publishing Limited, 2013
ISBN 10: 1782160302 ISBN 13: 9781782160304
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
£ 50.35
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 620.