Servoy 8.0.0 beta 1

Release notes for Servoy betas

Servoy 8.0.0 beta 1

Postby jcompagner » Wed Apr 01, 2015 10:11 am

We are pleased to announce the availability of Servoy 8.0.0 public beta release (releaseNumber 3016)

This version is available through the download at the Servoy website.
Or update your existing Servoy 8 install by checking for updates in your developer.
Note: under windows you could get an error when updating this way because it can't rename or delete the servoy.exe, this is an eclipse bug.
To fix this just before you do the actual (check) for update rename the servoy.exe to servoy_bck.exe.

Servoy 8 brings a new client type called NGClient, which is based on HTML5 and webcomponent specifications.
For more details see: New in 8.0

This release has the first cut of the responsive design editor including palette items supporting this

In the 12grid category we have the bootstrap 12 grid system
First you need to create a form in relative layout (new form wizard)
then you can place a container div on that, and in a container div you can place rows (and columns again in row)

We also added a basic set of bootstrap components that work better in a relative/responsive layout.
Our default component won't fully work correctly in such a layout because they are build for absolute positioning.

The new NGClient has many (speed)improvements over the alpha version also the backwards compartible with existing solution should be greatly improved.

Do checkout this page for converting the current style css to a solution css (now stored in media)

Known problems:
Tableview form or portals in relative layout are not fully supported.

Note:
-It is possible to revert to the old form editor for smart/webclient solutions in the developer preferences
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 8.0.0 beta 1

Postby Westy » Wed Apr 01, 2015 4:22 pm

Congratulations on reaching this beta 1 milestone. The efforts of everyone that has made this possible are appreciated.

Dean Westover
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Servoy 8.0.0 beta 1

Postby jgarfield » Sat Apr 04, 2015 12:24 am

I'm having a difficult time getting any sort of responsive form creation to work.

If I try and make a 12grid I can get about as far as putting the Container on the form (sometimes), but I don't think I ever successfully get a row on the page (I see an outline for it at first, but then it goes away if I try and place a column in it)


Are there any sample solutions or documentation I'm missing?

Windows 7
Java 1.7.0_76
Programmer.
adBlocks
http://www.adblocks.com
jgarfield
 
Posts: 223
Joined: Wed Sep 28, 2005 9:02 pm
Location: Boston, US

Re: Servoy 8.0.0 beta 1

Postby Westy » Sun Apr 05, 2015 6:11 pm

Creating a responsive form, then adding a container, rows with up to twelve columns, and fields, seems to be working for me. However, I need to stay in Outline mode in order to keep track of all the elements. Making each type of element automatically appear by default with a different background color would make them easier to work with.

Dean Westover
Choices Software
http://acords.com

Windows 10 Pro - Build 10041
Java 8 update 31
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Servoy 8.0.0 beta 1

Postby david » Mon Apr 06, 2015 9:34 pm

jgarfield wrote:I'm having a difficult time getting any sort of responsive form creation to work.

If I try and make a 12grid I can get about as far as putting the Container on the form (sometimes), but I don't think I ever successfully get a row on the page (I see an outline for it at first, but then it goes away if I try and place a column in it)


Are there any sample solutions or documentation I'm missing?


You have to place a container component on the form first thing. If you don't, delete the form and start over. Place rows inside of the container, and columns inside of rows — and then finally various bootstrap CRUD components inside of columns.

That much works. Tab panel functionality is kinda sketched in. No grids of any sort yet.
David Workman, Kabootit

Image
Everything you need to build great apps with Servoy
User avatar
david
 
Posts: 1727
Joined: Thu Apr 24, 2003 4:18 pm
Location: Washington, D.C.

Re: Servoy 8.0.0 beta 1

Postby juan.cristobo » Tue Apr 07, 2015 12:41 pm

Is there any tutorial about developing NGClient?

Regards,
Juan
Madrid (Spain)

Servoy 7.4.x - MySQL / SQL Server 2008-2016
Windows 10 Pro
juan.cristobo
 
Posts: 186
Joined: Thu Apr 19, 2012 9:12 am

Re: Servoy 8.0.0 beta 1

Postby sbutler » Wed Apr 08, 2015 5:16 pm

We will be making ServoyU videos once the designer for the 12grid Bootstrap system gets closer to completion.

We are also working on a converter to convert standard Bootstrap templates to Servoy Forms: https://www.youtube.com/watch?v=4Zdq6OtNpIU
Scott Butler
iTech Professionals, Inc.
SAN Partner

Servoy Consulting & Development
Servoy University- Training Videos
Servoy Components- Plugins, Beans, and Web Components
Servoy Guy- Tips & Resources
ServoyForge- Open Source Components
User avatar
sbutler
Servoy Expert
 
Posts: 759
Joined: Sun Jan 08, 2006 7:15 am
Location: Cincinnati, OH

Re: Servoy 8.0.0 beta 1

Postby juan.cristobo » Wed Apr 08, 2015 6:00 pm

Ok, thanks, Scott!
Juan
Madrid (Spain)

Servoy 7.4.x - MySQL / SQL Server 2008-2016
Windows 10 Pro
juan.cristobo
 
Posts: 186
Joined: Thu Apr 19, 2012 9:12 am

Re: Servoy 8.0.0 beta 1

Postby Westy » Sat Apr 11, 2015 5:27 pm

Hi Scott, Your converter looks great!

Dean
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Servoy 8.0.0 beta 1

Postby david » Mon Apr 13, 2015 10:23 pm

goldcougar wrote:We are also working on a converter to convert standard Bootstrap templates to Servoy Forms: https://www.youtube.com/watch?v=4Zdq6OtNpIU


Start with html (DOM), convert it to Servoy .fm format (SOM), Servoy converts it back to html (DOM). Irony. I could write an Onion article on this. "Decepticon Browsor VIII is to blame...."

I'm all for "Easy" and I think Servoy 8 is stumbling its way to this point (the bootstrap editor needs to get a lot better). "Easy" is really useful for scaffolding or prototyping phase of development. In many situations, this is all you need (internal business apps, learning, data analysis, management screens). Easy == Rapid typically and leveraging this is an important part of application development.

Rarely does Easy == Great Code though. It doesn't matter as long as you stay within the bubble/capabilities/demands you can accomplish with "Easy". It does matter when you need to step up to the plate and deliver public facing professional apps. This would be ISV's, business workflows that interface with customers, high traffic websites, etc. Easy is not the prime requirement here — flexible, simple, performant, pluggable, scaleable, refactorable — these suddenly become way more important than "easy".

And rated against these criteria, Servoy NG Client is a horror show. Let's just agree on this for a moment as my point is that it *shouldn't* matter.

To Servoy's credit, "Easy" is really really...*REALLY*...hard to do. FlexibleSimplePerformantPluggableScaleableRefactorable is even harder (Meteor, Angular 2, RactiveJS, ReactiveJS, Ember 2, Ext, Kendo, Knockout, Aurelia, Sails — just off the top of my head — all with varying degrees positives and negatives).

Easy and FlexibleSimplePerformantPluggableScaleableRefactorable?!? I don't care what Servoy marketing says or smoke-and-mirror demos...I'll also sell you a bridge in the desert.

Solution

Instead of trying to do it all in one development workflow, Servoy needs a FlexibleSimplePerformantPluggableScaleableRefactorable Mode. The same recommendation I made for Servoy 7 beta still stands: provide a standalone client-side data proxy of Servoy foundsets and records. (All of the code is in Sablo already, just needs to be untangled from the Angular/Component assumptions.) Adaptors (a representative example: https://github.com/ractivejs/ractive-adaptors-backbone) would be the final link from Servoy's data proxy to any client-side framework. A new super cool framework gets released, just write an adaptor in a few days — instead of creating a new version of Servoy in a few years — and keep on rolling with your current code base.

In the hands of experienced developers, this mode provides a sane approach to handling complexities that require a lot of nuance and optimization, insulates us from Servoy bug dependency, and allows us to keep up with current tech progress.

Easy Mode is then no longer defined by what it can't do or how bad it is or the special workarounds it requires to make better — but by how much leverage and efficiency it brings to the entire application development picture. Junior developers (non-programmers even) and experienced developers can be productive alongside each other. Workflows can be sketched in fast and iterated on many times with no efficiency loss. Risk is mitigated because the hard stuff (typically advanced client-side UI's) isn't tackled until an exact picture of what is required has been worked out. Advanced client-side UI's are developed faster because a lot of the server-side code and data modeling is already done when you get to this stage.

I'm not making this stuff up because this is what we've been doing for a couple of years now using another tech as our RAD base tool. It is a crazy productive approach — Servoy needs this "development pipeline" approach as well. NG Client by itself isn't enough. Browser development tech is moving way too fast for one monolithic approach to keep up.

Concentrate on making NG Client as easy and fast as possible to do stuff with and pair with a FlexibleSimplePerformantPluggableScaleableRefactorable outlet. (The latter should have been done in Servoy 7.) Without something like this in place Servoy's potential and capabilities are hard capped.
David Workman, Kabootit

Image
Everything you need to build great apps with Servoy
User avatar
david
 
Posts: 1727
Joined: Thu Apr 24, 2003 4:18 pm
Location: Washington, D.C.

Re: Servoy 8.0.0 beta 1

Postby jcompagner » Tue Apr 14, 2015 9:06 am

David in servoy 8 you have the foundset type. that is a client side data proxy over the foundset and its records...

Thats how our portal works (but thats more complex because that also uses the "component" type in combination with the foundset type)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 8.0.0 beta 1

Postby david » Tue Apr 14, 2015 7:35 pm

jcompagner wrote:David in servoy 8 you have the foundset type. that is a client side data proxy over the foundset and its records...

Thats how our portal works (but thats more complex because that also uses the "component" type in combination with the foundset type)


That's the idea. But the only way to get this data proxy to a page is through all of your Angular wiring.

Would like the ability to include the sablo session/websocket/server communication stuff and foundset client-side data proxy to the client independent of any client-side framework implementation. Then we can write our web clients any way we choose (by hand of course).

You are throwing the kitchen sink at the client currently. Even if this works for 80% of cases, the remaining 20% of cases have REST (and headless client) as the only fallback. Being able to work with Servoy foundsets directly on the client with all the websocket wiring would be a pretty cool power user tool.
David Workman, Kabootit

Image
Everything you need to build great apps with Servoy
User avatar
david
 
Posts: 1727
Joined: Thu Apr 24, 2003 4:18 pm
Location: Washington, D.C.

Re: Servoy 8.0.0 beta 1

Postby sbutler » Tue Apr 14, 2015 8:05 pm

While I agree it would be "cool" for Servoy to expose those extra layers so you can build your own custom front-ends on any framework you want, I disagree that its what they should be focusing on. Servoy is about RAD. As with most RAD tools, the deployment frameworks are chosen for you by the RAD tool. Folks that know enough to write their own custom front-ends in the latest/coolest frameworks aren't really Servoy's target customer. There are few that would really use it. So, yes, it would be cool, but at what cost, and who would really use it?

The .frm/.html thing is quite annoying (at first). As a developer, I would prefer to edit the HTML of my front end manually, not with a WYSIWYG form designer. However, Servoy stores metadata information about the form design in a JSON structure in the .frm files, so it just isn't possible. While it is annoying, I get why they do it. If you were an ISV that decided on Servoy many years ago, you had a nice RAD tool to build Java Web Start apps (smart client). Then the web came along, and they gave you Wicket (web client). Then the web 2.0 came along, and now you get AngularJS (ng client). As an ISV, Servoy is future-proofing for you. You only had to build your app once, and Servoy made it work as new technologies came out. Not a lot of tools have successfully pulled that off, but Servoy, to their credit, has done a great job of that!

Should they make it so you can deploy on any framework you want...sure, that would be cool, but its not really why people choose Servoy....IMHO.
Scott Butler
iTech Professionals, Inc.
SAN Partner

Servoy Consulting & Development
Servoy University- Training Videos
Servoy Components- Plugins, Beans, and Web Components
Servoy Guy- Tips & Resources
ServoyForge- Open Source Components
User avatar
sbutler
Servoy Expert
 
Posts: 759
Joined: Sun Jan 08, 2006 7:15 am
Location: Cincinnati, OH

Re: Servoy 8.0.0 beta 1

Postby lwjwillemsen » Tue Apr 14, 2015 9:12 pm

Should they make it so you can deploy on any framework you want...sure, that would be cool, but its not really why people choose Servoy....IMHO.


Very much +1
Lambert Willemsen
Vision Development BV
lwjwillemsen
 
Posts: 680
Joined: Sat Mar 14, 2009 5:39 pm
Location: The Netherlands

Re: Servoy 8.0.0 beta 1

Postby david » Thu Apr 16, 2015 8:38 pm

goldcougar wrote:Servoy is about RAD. As with most RAD tools, the deployment frameworks are chosen for you by the RAD tool. Folks that know enough to write their own custom front-ends in the latest/coolest frameworks aren't really Servoy's target customer. There are few that would really use it. So, yes, it would be cool, but at what cost, and who would really use it?


I agree with the RAD part. But in your history lesson, you completely missed a very important dynamic change: there used to be a huge gap between the RAD/4GL tools and — for lack of a better characterization — "traditional" programming. Personal example: I went directly from a job doing COBOL/JCL on 360's to a many multi-million $$ company running entirely on FilemakerPro apps the owner had built entirely on his own — a salesman who didn't graduate high school.

Browser development has narrowed this gap between RAD/4GL and "traditional" down to a few extra days of study instead of an entire college degree (ex: Meteor). In a couple of years, even this gap will be gone (ex: Jetbrains IDE Meteor integration, MS .Net tools, Telerik App Builder) — browser development is the new 4GL.

goldcougar wrote:As an ISV, Servoy is future-proofing for you. You only had to build your app once, and Servoy made it work as new technologies came out. Not a lot of tools have successfully pulled that off, but Servoy, to their credit, has done a great job of that!


I very much don't agree with this. Browser development has exploded in the last five years and the next two years will make the last five look like a small blip — Servoy's NG Client is already well behind the curve. I would describe it more as a not-easily-hackable impossible-to-tune not-close-to-being-polished RAD tool based on obsolete technology. "Over engineered" comes to mind.

As a RAD tool though, NG Client provides one important leverage point. But it needs the 2nd leverage point I outlined above to really be future proof.

People choose tools like Servoy because of the RAD aspect. They leave these tools because of their limitations. NG Client by itself has a lot of limitations.
David Workman, Kabootit

Image
Everything you need to build great apps with Servoy
User avatar
david
 
Posts: 1727
Joined: Thu Apr 24, 2003 4:18 pm
Location: Washington, D.C.

Next

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 11 guests