When it comes to software, the old motto:
Pick 2: Cheap, Fast, Good
is always applicable.
What are you guys using to develop your code?
If I start with FPL, will it be easier for me to learn javascript?
What primary things can I do with FPL that I can't do with javascript?
Vice Versa?
Thanks.
What are developers using for scripting: FPL? Javascript?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 44
- Joined: Sun Sep 15, 2013 6:26 pm
-
- Moderator
- Posts: 421
- Joined: Fri Sep 07, 2007 3:44 pm
- Location: Sandy, UK
- Contact:
JavaScript give you much much more programming flexibility and you also have the entire Java API at your disposal. Also you can arrange your code into manageable functions. The other really nice feature is you can call a server side script from the client JavaScript.
FPL is good, but you have limitations and have to create your own Java custom functions or resources to do anything clever. This then leads to configuration and server restarts.
FPL is good, but you have limitations and have to create your own Java custom functions or resources to do anything clever. This then leads to configuration and server restarts.
0 x
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
FPL was the first Ebase language, Javascript was added later. More languages will follow in the future.
FPL is a relatively simple language and has an "English" like syntax - it's attractive to people who find the syntax of more advanced programming languages intimidating.
Javascript is much more powerful and gives you access to all Java libraries, plus it's the language used to build any rich client features. It helps to use the same language for both client-side and server-side functionality.
FPL is a relatively simple language and has an "English" like syntax - it's attractive to people who find the syntax of more advanced programming languages intimidating.
Javascript is much more powerful and gives you access to all Java libraries, plus it's the language used to build any rich client features. It helps to use the same language for both client-side and server-side functionality.
0 x
-
- Moderator
- Posts: 184
- Joined: Tue Sep 11, 2007 8:58 am
There is nothing which is only possible in FPL.
There are many things which are only possible in javascript. Apart from access to java API, there are new Ebase features which are simply not available to FPL.
Examples are:
LdapServices
New system services such as system.snapshotManager and others.
There are many things which are only possible in javascript. Apart from access to java API, there are new Ebase features which are simply not available to FPL.
Examples are:
LdapServices
New system services such as system.snapshotManager and others.
0 x
Who is online
Users browsing this forum: No registered users and 19 guests