| CPC G06F 8/30 (2013.01) [G06F 9/44505 (2013.01)] | 20 Claims |

|
1. A method to implement a strongly-typed software application operable in a computing environment in an application development framework, the method comprising:
retrieving components from a database, wherein the components comprise:
logic code configured to perform a task,
input/output (I/O) code configured to provide input from a source to the logic code, and
feature code configured to produce one or more functions;
automatically generating a configuration file, wherein the configuration file is in a strongly-typed programming language, and wherein the configuration file is configured to register the components into an executable software application;
automatically generating a unique prefix for a name of the task in the configuration file based on meta-data of the task;
compiling the registered components, wherein the compiling comprises verifying that the registered components do not use an operator with inconsistent expressions;
deploying the executable software application and the configuration file in a deployable unit to a computing environment of a user; and
implementing the executable software application in the computing environment of the user.
|