Bigtop is a language for describing web applications with pluggable backends for generating them. It is initially targeted at the Gantry web framework, from the same shop where it was born.

The newest version (0.17) has been released to CPAN. There are several notable features of recent versions, see below. The Changes file has the full list. You need the latest version of Gantry (3.40) to use Bigtop 0.17 most effectively.

With Bigtop 0.17 you can have a running multiple table app, with its foreign key and many-to-many relationships in a few seconds. In a couple more minutes you can change the default column names (and their labels), add extra columns, and do the other things needed to complete a database frontend. For example, the long demo movie (see http://www.usegantry.org/movies) builds a complete two table app and gives a tour of the generated code in under 6 minutes.

Even with the new ease of use, Bigtop is still a language and you can still hack on its input source at will with your favorite text editor or our favorite language. The new command line flags and tentmaker features just reduce the amount of hacking required.

As always you can safely regenerate your Bigtop built applications throughout their lifetimes, since Bigtop maintains strict separations between the code it generates and the code you write.

Notable Features of recent releases (0.14 - 0.17):

Phil


In reply to Announcing the release of Bigtop 0.17. by philcrow

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.