Skipper - The ORM Designer Blog
  • Skipper - The ORM Designer
  • VsBuilds - Parallel building
  • Pulpo - Free Skipper CLI

Tag: #new release

New namespace support in Skipper

Our latest release 3.2.0 brings to Skipper new way how namespaces are handled by our application.

Few words about history

Long time ago when the first version of our application was created (originally called ORM Designer), there hadn’t been things like namespaces in ORM frameworks. But as ORM frameworks have been developed in time, each framework came with some way how entity namespaces are being handled.

Because ORM Designer / Skipper needed to handle it too, we added support for namespaces in form of ORM attributes. This had been a functional and sufficient solution until Doctrine 2 has introduced new way how to handle namespaces and allowed several entities with the same name but in different namespaces.

For some time it wasn’t possible to create such models in Skipper because of internal limitations (each entity was represented by it’s local name only). But today with our latest release this limitation is over. We have reworked Skipper core and a way how unique names are handled and now it’s possible to create also these models.

New age of namespaces

Starting with version 3.2.0 each Module, Region, Entity and Collection can have defined its own namespace

Skipper region namespace settings

Namespace of each object is calculated from all its parents:

\Module\Region\SubRegion\Entity

Each of these objects can have defined own relative or absolute namespace. This means that in case of need sub-region can override namespace via absolute path. In such way, the final entity namespace will be:

\SubRegion\Entity

The same thing is possible also for Entity. In case you need to define one of your entities in different namespace than the rest of entities in the module, simply define absolute namespace directly for the entity.

New namespace system in Skipper

All this features are available to all ORM frameworks which support namespace. Namespace support is available for all import and export scripts as same as for visual editing.

Project file changes

Because of these changes it was necessary to update Skipper project files a little. There are two most important changes which caused that projects from 3.2.0 aren’t fully backward compatible with older versions.

The first change of XML format are new attributes @local-name, @name, @local-namespace and @namespace. Attributes starting with @local- are values defined on specified object. On the other hand attributes @name and @namespaces are calculated values depending on its parents.

The second change in XML format is deprecated <entity-ref> and <collection-ref> elements in project file. Instead of __ elements entities are stored in owner regions to keep the same hierarchy like in visual model.

For example, this means following. This is how looked original project file with entity in one region like:

<module name="module">
  <region caption="test">
     <entity-ref name="e1"/>
  </region>
  <entity name="e1"/>
</module>

And this is how project file looks like now:

<module name="module">
  <region caption="test">
     <entity name="e1"/>
  </region>
</module>

Conclusion

Although it might not be visible on the first sight, new namespace support was a very complex task. Because of that we had this feature for more than month in beta mode before releasing it to public. Thanks to all our testers we successfully localized and fixed several bugs caused by this new feature.

Now, when no more issues are reported we decided to publish it for all our users. We will be glad for any feedback.

Let us know how you like it!

Press Release: Skipper

Skipper, successor of ORM Designer visualization tool was released by Inventic on June 30, 2014. Skipper is a powerful visualization tool, schema designer and a code generator for PHP ORM frameworks. It can import schema definition files to visual diagram, and continually export changes from this diagram back to the ORM definitions.

skipper_press_release1

Skipper allows to edit in visual model all ORM elements like entities and relations, but also advanced objects like inheritances and all ORM properties supported by respective framework. You can quickly locate any object in the visual model, perform necessary changes directly in the diagram and see the changes in the model logic straight away. Powerful export function translates all changes to the definition files in a standardized format, quickly and without errors.

skipper_press_release2

As the previous versions, Skipper is intended for ORM developers using frameworks Doctrine, Doctrine2, Propel or CakePHP. The definition files can be formatted as annotations, YAML or XML, based on the framework used. The main improvements over ORM Designer 2 is better and more streamlined GUI, updated ORM definitions for import/export, and better reporting of changes. Several more enhancements like Undo/Redo, Print support or native OS X visuals will also make developers’ work easier.

Skipper is available for all ORM Designer 2 users with active maintenance, and for owners of newer versions, the upgrade can be handled by automatic update system. Projects made in ORM Designer 2 are fully compatible with Skipper.

Feature overview:

  • powerful visualization tool with intuitive controls
  • automatic generation of visual model from imported ORM definition files
  • possibility to edit all elements in the visual model
  • error-less export to schema definition files
  • modules shared among more projects
  • support for annotations, YAML, XML

Supported Platforms:

  • support for Doctrine, Doctrine2, Propel and CakePHP
  • Symfony, Zend Framework and any other MVC framework
  • runs on MacOS, Windows, Linux

Skipper download is available here: www.skipper18.com

Email: [email protected]

30 Jun 2014

Skipper is here

Hello Everybody,

Today is the Day - ORM Designer 3 is here. And with it, everything is new; new name, new brand, new look, new website, and of course, new features which, as we hope, will make your day.

Banner - Skipper is here

New brand: Skipper

Skipper means continuous evolution of ORM Designer 2. But instead of just going for the obvious choice, ORM Designer 3, we decided to use new, strong and memorable name with additional meaning between the lines. Skipper brand is result of many-month hard work and we are very proud on it.

New feature: Undo/Redo

Undo/Redo is the feature for which many users have been calling. It needed quite big changes in the application logic, but from now any modification of the model can be returned back. Change your entities, associations, their position, color or properties, change whatever and anytime you can make a step back or forward as you will need.

New enhancements: Improved GUI

GUI was smoothed out and all the small glitches that appeared from time to time in the visual model are now gone. You will notice new welcome screen, new status bars and completely new look if you are an OS X user. For better orientation in the model now you can highlight also your entities and associations.

Painless upgrade for free

Upgrading to the Skipper is smooth and easy, no need of difficult conversions of your current projects or learning how to work with a new application. And what is even better, everything you need is an active ORM Designer 2 maintenance and you can start using skipper without any limitations.

Upgrade to Skipper now and enjoy all the goodies this next generation of ORM Designer brings you.

30 Jun 2014

Posted by: Martin "Freki" Stradej

Skipper #Skipper #new release

Skipper is coming

skipper is coming

Hello Everybody,

We are working on some big changes. We will release ORM Designer 3 pretty soon, under the new name of Skipper. With the new name new features come, but also new colors and design for all our channels, including websites, twitter and blog.

We think the surprise will be very pleasant when we launch all these changes, but we just wanted to give you heads up to avoid any confusion. Everything will be redirected, so you can reach us as usual.

And what Skipper brings you? Apart from new visuals and more streamlined GUI, Skipper offers several new features like Undo/Redo and printing support. We will of course cover the features in more details during the official launch in the upcoming days, so please take this announce just as a little teaser.

If you are curious, you can see how new ORM Designer looks like, if you download the Skipper Beta from our Support forum. You can try Skipper out with your current ORM Designer 2 license, if your maintenance is still active, or you can try the Skipper trial version.

18 Jun 2014

Posted by: Martin "Freki" Stradej

Skipper #new release