Open Source Business Application Platform modules

Home for older / inactive topics

Open Source Business Application Platform modules

Postby pbakker » Thu Jan 23, 2014 10:50 am

This forum is the place to discuss open source modules that are part of the Servoy Business Application Platform.

Currently available open source modules of the Servoy Business Application Platform
    svyUtils set of utility scopes, including an EventManager, LogManager, custom exceptions and date Utils
    svyUtils$webClient Web Client specific utility methods, largely replacing the WebClientUtils plugin
    svyUtils$smartClient Smart Client specific utility methods
    svyUtils$unitTest Utility methods for writing UnitTests
    svyJFXWebView an HTML5 WebView component for the Smart Client
    svyComponent a 'lightweigth' framework to create reusable components for the Smart and Web Client using HTML, CSS and JavaScript
    svyApplicationCore 'lightweight' application boilerplate code, including Module initialization mechanism, DataBroadcast and Error event handlers
    svyGoogleMaps a wrapper around GoogleMaps, based on svyComponent
    svyPayPal PayPal integration module

All these projects are available through the Servoy GitHub account. Documentation and issue management is available on GitHub as well.
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Open Source Business Application Platform modules

Postby ptalbot » Mon Jan 27, 2014 3:05 am

These sounds great, but some documentation would really help...
There's also a need to explain that the svyJFXWebView requires Java 7.
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Open Source Business Application Platform modules

Postby Gordon McLean » Mon Jan 27, 2014 10:46 am

Paul
Great news on the various frameworks!! Really hope you release a security version with multi tenancy too as this would be immediately useful.

As Patrick says, kinda hard to get a clear idea how good they are without at least some basic instructions/docs and perhaps a video :) Can I ask will you be supporting ServoyForge.net by posting them there too, or is it GIT only ? ...it would be nice to see Servoy embrace the community open source initiative set up and championed by @ptalbot and @roclasi

Best
Gordon
Gordon McLean
Clickdigital.com
Gordon McLean
 
Posts: 253
Joined: Wed Aug 03, 2005 12:24 pm
Location: UK

Re: Open Source Business Application Platform modules

Postby pbakker » Mon Jan 27, 2014 11:00 am

Hi,

As mentioned when announced at ServoyCamp last week, documentation for the various open sourced modules will follow shortly. Having said that, the code is properly encapsulated and the public API is for a large part pretty well documented, so if you feel adventurous you can already dig in.

@Patrick: Yes, the svyJFXWebView requires Java7 update 6 or higher, or a manually installed JavaFX in Java 6 on Windows (no JavaFX support in Java 6 on OSX and Linux). This is pretty well documented on the constructor function for the WebView and if you try to use it when JavaFX is not installed, you get proper warnings. But of course this will be part of the documentation as well.

@Gordon: I assume you are talking about the ServoySecurity project op ServoyForge? That project is maintained by Scott Butler, you'd have to ask him his plans for it.

These open source BAP modules will be hosted on GitHub, together with their documentation and issue management. We will set up accompanying projects on ServoyForge, just so they can be found through ServoyForge.

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Open Source Business Application Platform modules

Postby amcgilly » Wed Feb 26, 2014 7:43 am

In the February Servoy Newsletter it said there would be a webinar about these modules tomorrow, Feb. 26th, however the registration link didn't work and I don't see this webinar mentioned on the Servoy website. Is it happening or has it been rescheduled or cancelled? Thanks.
Adrian McGilly
Servoy Developer

Image
amcgilly
 
Posts: 375
Joined: Fri Dec 09, 2005 12:03 am
Location: San Francisco, CA

Re: Open Source Business Application Platform modules

Postby jasantana » Wed Feb 26, 2014 10:08 am

Hi Adrian. I received an email saying that the webinar had been cancelled
Best regards,
Juan Antonio Santana Medina
jasantana@nephos-solutions.co.uk
Servoy MVP 2015
Servoy 6.x - Servoy 7.x - Servoy 8.x - MySQL - PostgreSQL - Visual Foxpro 9
User avatar
jasantana
 
Posts: 555
Joined: Tue Aug 10, 2010 11:40 am
Location: Leeds - West Yorkshire - United Kingdom

Re: Open Source Business Application Platform modules

Postby pbakker » Wed Feb 26, 2014 11:29 am

The webinar was canceled indeed, since there were only a few signups. We will reschedule the webinar for a later date.
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Open Source Business Application Platform modules

Postby grahamg » Wed Feb 26, 2014 12:15 pm

Paul

I would have signed up for the Webinar but don't think I received the Feb newsletter - last one I've got is 31st Jan on Thought Leadership.

Suggest a note about proposed Webinar on this thread would be best place to advertise it as I don't go to the Servoy.com homepage that often.

Cheers
Graham Greensall
Worxinfo Ltd
www.worxinfo.com
grahamg
 
Posts: 752
Joined: Fri Oct 03, 2003 3:15 pm
Location: Midlands UK

Re: Open Source Business Application Platform modules

Postby pbakker » Wed Feb 26, 2014 12:21 pm

Will post it here as well, when we've scheduled it again.

Did the newsletter you missed end up in your spam box maybe?

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Open Source Business Application Platform modules

Postby huber » Wed Feb 26, 2014 8:44 pm

+1

grahamg wrote:Paul

I would have signed up for the Webinar but don't think I received the Feb newsletter - last one I've got is 31st Jan on Thought Leadership.

Suggest a note about proposed Webinar on this thread would be best place to advertise it as I don't go to the Servoy.com homepage that often.

Cheers
Robert Huber
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
huber
 
Posts: 516
Joined: Mon May 14, 2012 11:31 pm

Re: Open Source Business Application Platform modules

Postby kwpsd » Wed Feb 26, 2014 8:52 pm

I have not received a Servoy newsletter in quite some time (months). Nothing in my spam folder related to Servoy. I do receive other e-mails from Servoy (e.g. forum notices, support notices, invoices, etc.).
Kim W. Premuda
San Diego, CA USA
User avatar
kwpsd
 
Posts: 687
Joined: Sat Jul 28, 2007 6:59 pm
Location: San Diego, CA USA

Re: Open Source Business Application Platform modules

Postby tgs » Mon Jul 07, 2014 7:35 pm

pbakker wrote:Currently available open source modules of the Servoy Business Application Platform

All these projects are available through the Servoy GitHub account. Documentation and issue management is available on GitHub as well.

How do I get the svyJFXWebView Module installed?
There is nothing to find about the 'how to' in the documentation on the Servoy GitHub.
Thomas Schnaus
SAN Developer
yomotec GmbH
User avatar
tgs
 
Posts: 886
Joined: Wed Oct 04, 2006 12:05 pm
Location: Germany

Re: Open Source Business Application Platform modules

Postby tgs » Wed Jul 09, 2014 3:25 pm

I have now installed the modules from Servoy GitHub and explained how I have done it here: https://www.servoy.com/forum/viewtopic.php?f=6&t=19730&p=109891#p109891
Thomas Schnaus
SAN Developer
yomotec GmbH
User avatar
tgs
 
Posts: 886
Joined: Wed Oct 04, 2006 12:05 pm
Location: Germany


Return to Archive

Who is online

Users browsing this forum: No registered users and 5 guests