Servoy 5.2 beta 1 (open source release)

Release notes for Servoy betas

Servoy 5.2 beta 1 (open source release)

Postby Jan Blok » Fri May 28, 2010 4:57 pm

We are pleased to announce the immediate availability of Servoy 5.2 beta 1 (open source release)
When installing this version all non Servoy beans and plugins have to be signed by there vendor! Plugin/beans developer should have a look here

This version is available through the download page on the Servoy website (developer section) and auto update.
Always make a backup of your current Servoy installation (directory and database) before upgrading.
To update a Servoy 5.1.x eclipse open, Window -> Preferences (update sites), change:
-url to http://www.servoy.com/developer/5xx_updates/beta
-Disable both eclipse.org update-sites, since there is a problem at the eclipse side!
Check for updates via help menu.

For a list of all changes / enhances and open source info look here
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 5.2 beta 1 (open source release)

Postby Harjo » Sat May 29, 2010 4:00 pm

the new formInWindow is really great! :D

but if I run code inside that window, like controller.show, will that happen in THAT scope? (of that window)
and runs the window in a seperate thread? or not?
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: Servoy 5.2 beta 1 (open source release)

Postby pbakker » Mon May 31, 2010 9:52 am

Hi Harjo,

application.ShowFormInWindow acts the same as application.showFormInDialog, with the exception of the things mentioned in the release notes

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

Re: Servoy 5.2 beta 1 (open source release)

Postby jcompagner » Mon May 31, 2010 10:39 am

Harjo wrote:but if I run code inside that window, like controller.show, will that happen in THAT scope? (of that window)


this is always all ready the case.
If you are in a dialog or window and you do show of a controller in a script that "runs" in that active dialog/window it will do the show there.

Harjo wrote:and runs the window in a seperate thread? or not?


no all ui/js stuff runs in 1 thread.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.2 beta 1 (open source release)

Postby Sjoerd » Mon May 31, 2010 4:34 pm

I am testing the new authenticator solution en try to split up the login-form.
I am using the code from the tutorial.

I have a problem with the credentials which must be passed from the login_solution to the authenticator_solution.

The function onSolutionOpen(object) (authenticator_solution) is called by the login_button from the login_solution but the object (credentials login name etc) is empty. Nothing is passed to the authenticator??

Is there a working sample_solution which can be imported in the workspace and can be used for training?
The login_solution is a module from the main solution. Maybe the authenticator_solution is also a module?

Regards,

Sjoerd Hannema
Sjoerd
 
Posts: 12
Joined: Wed Feb 14, 2007 10:03 pm
Location: Leeuwarden - Netherlands

Re: Servoy 5.2 beta 1 (open source release)

Postby pbakker » Mon May 31, 2010 5:31 pm

I've updated the tutorial with references to an example implementation available from our Examples SVN, located at https://subversion.servoy.com/examples.

I'll also update the tutorial a bit more tomorrow, to make the process a bit clearer.

It is a known issue that the tooltip in Servoy Developer for the security.authenticate() method is not displaying the correct parameters. For now have a look at the example solution.

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

Re: Servoy 5.2 beta 1 (open source release)

Postby Sjoerd » Mon May 31, 2010 8:14 pm

Example solution is working.

The onSolutionOpen(object) was the problem. Object-data is not received in authenticator with the solution OnOpen method.
When you call the method directly from the login solution (with the name) it is working OK.


The import of a solution in the Application Server takes much more time than in version 5.1.3. After import it is working OK but the import takes +/- 5 times longer.
Is this a database problem with version 5.1.2 and Sybase 11 or JAVA?

Regards,

Sjoerd Hannema
Sjoerd
 
Posts: 12
Joined: Wed Feb 14, 2007 10:03 pm
Location: Leeuwarden - Netherlands

Re: Servoy 5.2 beta 1 (open source release)

Postby Jan Blok » Mon May 31, 2010 9:09 pm

The import slowness will be addressed in next beta
Jan Blok
Servoy
Jan Blok
 
Posts: 2684
Joined: Mon Jun 23, 2003 11:15 am
Location: Amsterdam

Re: Servoy 5.2 beta 1 (open source release)

Postby jbader » Tue Jun 01, 2010 2:07 am

Congratulations on the release.

I brought down the source to have a peek, and came across a couple of issues (Mac OS X). I'm wondering though if this thread is the place to post those issues or is a separate project space available/in the works?

Thanks.
jbader
 
Posts: 520
Joined: Sun Sep 18, 2005 4:24 am
Location: Miami, FL

Re: Servoy 5.2 beta 1 (open source release)

Postby pbakker » Wed Jun 02, 2010 1:47 pm

I'm wondering though if this thread is the place to post those issues or is a separate project space available/in the works?


We added a new category to the Forum to discuss stuff related to the open sourced Servoy projects: http://www.servoy.com/forum/viewforum.php?f=52

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

Re: Servoy 5.2 beta 1 (open source release)

Postby Harjo » Wed Jun 02, 2010 2:15 pm

Can I be added? :-)
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: Servoy 5.2 beta 1 (open source release)

Postby ptalbot » Wed Jun 02, 2010 2:43 pm

I'd like to be in too!

Thanks
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: Servoy 5.2 beta 1 (open source release)

Postby pbakker » Wed Jun 02, 2010 2:50 pm

You guys can't see it? It's visible even for anonymous users...

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

Re: Servoy 5.2 beta 1 (open source release)

Postby mboegem » Wed Jun 02, 2010 2:50 pm

+1
Marc Boegem
Solutiative / JBS Group, Partner
• Servoy Certified Developer
• Servoy Valued Professional
• Freelance Developer

Image

Partner of Tower - The most powerful Git client for Mac and Windows
User avatar
mboegem
 
Posts: 1743
Joined: Sun Oct 14, 2007 1:34 pm
Location: Amsterdam

Re: Servoy 5.2 beta 1 (open source release)

Postby mboegem » Wed Jun 02, 2010 2:52 pm

pbakker wrote:You guys can't see it? It's visible even for anonymous users...


So only to non-Servoy-developers...? :lol:
Marc Boegem
Solutiative / JBS Group, Partner
• Servoy Certified Developer
• Servoy Valued Professional
• Freelance Developer

Image

Partner of Tower - The most powerful Git client for Mac and Windows
User avatar
mboegem
 
Posts: 1743
Joined: Sun Oct 14, 2007 1:34 pm
Location: Amsterdam

Next

Return to Latest Releases

Who is online

Users browsing this forum: No registered users and 15 guests