AMUSE from LieberLieber and RXF from Willert the Embedded Solution for Enterprise Architect

Embedded UML mit Uhr

We are very proud to announce that the Embedded Solution we showed at the Embedded World 2011 finally is finished. This tool chain was jointly developed with the Embedded and Rhapsody Experts from Germany – together with Willert Software Tools it was possible to generate a very nice experience for embedded developers at a fraction of the cost. All you need is Enterprise Architect Ultimate from Sparx Systems – AMUSE from LieberLieber and the UML Tools from Willert. It enables production code generation in ‘C’ for embedded real-time... (more...)

LieberLieber at the ISE Amsterdam

Christian_Zauner

 

Christian Zauner will represent LieberLieber as Surface application partner at the Samsung booth at the Integrated Systems Europe tradeshow (ISE) 2012 in Amsterdam. He will show the latest LieberLieber applications on the new Surface 2.0/SUR40 on January 31 (9.00 – 11.00, 15.00 – 17.00), February 1st (11.00 – 13.00) and February 2nd (9.00 – 11.00). If you plan to visit the ISE 2012 please just drop in and discuss your application ideas with Christian.

More information about ISE 2012: www.iseurope.org

Sparx Systems und LieberLieber gemeinsam auf der OOP

OOP_2012_1

 

Auch heuer präsentieren sich die Sparx Systems Software GmbH und LieberLieber auf einem Gemeinschaftsstand bei der OOP im International Conference Center in München. Die OOP als Treffpunkt für Softwarearchitekten und Entscheider ist ein ausgezeichnetes Umfeld, um unsere Kunden und Interessenten persönlich zu beraten. Bis einschließlich morgen, 26.1.2012, stehen Ihnen unsere Experten mit Rat und Tat zur Seite. Kommen Sie also rasch vorbei und nehmen Sie auch teil an einem spannenden Gewinnspiel….

Surface 2.0: Bankfilialen-Info-System

In diesem Beitrag erläutert Christian Zauner auf der Jahreskonferenz der National Retail Federation (NRF) in New York eine neue LieberLieber Applikation für Surface 2.0/SUR40 auf Basis des POI Explorer. Die Applikation wurde für Raiffeisen entwickelt und ermöglicht es, Bank-Filialen in Wien zu finden und sich über Öffnungszeiten und weitere Filialdetails (inklusive Fotos der Filialen) zu informieren. Zusätzlich wurde für internationale Kunden ein Symbol entwickelt, das anzeigt, welche Sprachen in einer Filiale gesprochen werden. Sehen Sie sich das an….

 

C# Internal Competition

Internally there was a race for the best-performing-solution on the following scenario:

A function has a string-parameter containing only digits. The function has to increment the value and return a string having the very same format.
For example: input is ’0100′ the returnvalue is ’0101′

Take this for granted:
- input is always numeric
- the incremented value will never have more chars then the input.

Requirements:
- increment the input-string by one
- padding must be dynamically, depending on the input-value (must also work for ’010′ and ’00100′)

And here is the result, starting with the fastest one:

  • return (int.Parse(input) + 1).ToString().PadLeft(input.Length, ’0′);
  • return (int.Parse(input) + 1).ToString(CultureInfo.InvariantCulture.NumberFormat).PadLeft(input.Length, ’0′);
  • return (Convert.ToInt32(input)+1).ToString(“D” + input.Length);

And the slowest one:

  • return (Convert.ToInt32(input) + 1).ToString(input.Aggregate(“”, (current, t) => current + “0″));

Summary:
- assigning values to variables is slow, so do it all within 1 line.
- using FormatProviders is slow.
- using linq is maximum slow.
- ‘Convert.ToInt32′ checks for NULL, then calls ‘int.Parse’, so better use int.Parse, if you don’t care for null.

Integrating Enterprise Architect and Eclipse

The Model Driven Generation (MDG) Integration for Eclipse and Enterprise Architect (EA) brings the modeling capabilities of Enterprise Architect to the IDE of Eclipse.

Editing your EA models is provided directly in Eclipse and, with one click, Java or C++ code (or also other languages) can be automatically generated. But also reverse engineering existing source code into UML models is possible. After connecting your EA models to Java, C++, or other languages, models and code are live synchronized. If you change your model elements, the modifications are automatically updating the dedicated source code and vice versa. Thus, a full round-trip engineering process is provided.

The EA projects are visualized in an own Eclipse view as depicted on the right side of the screenshot below. Next to this view, EA’s UML editor is depicted. The connected source code, i.e., Java in our case, can be maintained inside the workspace of Eclipse as depicted on the left side of this screenshot. By selecting a model element it can be easily navigated to the dedicated position in the Java code.

For more information including the installation guidelines and the user guide we kindly refer to the website of the Sparx Systems.

Retail application showcase in New York

 

Christian Zauner explains the new LieberLieber retail kiosk concept on the Surface 2.0/Samsung SUR40 at the annual conference of the National Retail Federation (NRF) in New York.

Have a look and be inspired by new concepts to sell products to customers.

 

More information about NRF 2012: www.nrf.com

Surface 2.0 auf CES ausgezeichnet

Auf der heurigen CES in Las Vegas wurde der Samsung SUR40 für Microsoft Surface mit dem “Best of Innovations 2012” Preis ausgezeichnet. Der seit 1976 von einer internationalen Jury vergebene Preis wird für herausragendes Design und außergewöhnliche Technik in 32 Produktkategorien verliehen. Einen wesentlichen Punkt in der Beurteilung stellen die besonderen Eigenschaften eines Produkts dar, die für den Anwender attraktiv und nützlich sind. In diesem Sinne freuen wir uns darauf, die vielfältigen Möglichkeiten des Surface 2.0 mit unseren Applikationen bestmöglich zur Geltung zu bringen.

New York, New York

Christian Zauner will represent LieberLieber as official Surface partner at the US launch of Surface 2.0/Samsung SUR40 at the annual conference of the National Retail Federation (NRF) in New York.

NRF 2012

At the booth of Microsoft and Samsung he will show the latest retail application made by LieberLieber on January 16th and 17th. If you plan to visit the NRF 2012 please just drop in and discuss your application ideas with Christian.

More information about NRF 2012: www.nrf.com

Vortrag: Arbeiten Sie nicht planlos

Im Rahmen der Software Quality Days wird Horst Kargl am 18. Jänner (14.45 Uhr) unter dem Titel “Arbeiten Sie nicht planlos” über die Wichtigkeit der Planung in Software Entwicklungsprojekten sprechen.

HorstKargl

Der Kongress bietet mit Keynotes, Fachvorträgen, Ausstellungsbereich, Tutorials und Workshops umfassende Möglichkeiten der Weiterbildung und des Networkings im Bereich Software.

Wenn Sie keine Zeit zum Besuch des Vortrags haben, finden Sie demnächst eine Zusammenfassung in diesem Blog bzw. auf unserer Homepage.

Nähere Informationen auf www.software-quality-days.com

  • Categories

    • .net Tools & Tips
    • AMUSE
    • Enterprise Architect
    • Mobility
    • Multitouch & Surface
    • Open Components Framework
  • Popular Tags

  • Facebook Group


    Fatal error: Call to undefined function facebook_fan_box() in /var/www/vhosts/lieberlieber.com/subdomains/blog/httpdocs/wp-content/themes/theme_lieberlieber2010/sidebar2.php on line 38