Skip to main content

Unleashing the power of Lucene on your code

Today we are releasing another important update to CWAB. The Lucene search engine is now integrated into CWAB providing powerful search functionality to users.

This is an initial integration of lucene, currently indexing is a manual process done by right-clicking a file/folder and selecting Index. In the future automated indexing would be added.

In addition, the app creation process has been significantly improved. It used to take up to two minutes to create an app, that process is now much improved by moving most of the app creation process to the background.
We've also added alpha-level integration of the NetRexx language.
CWAB uses the excellent CodeMirror editor. For syntax highlighting we used the Go language mode as a starting point and added the NetRexx keywords. Unfortunately we don't have the resources at the moment to devote to building a fully functional NetRexx mode, but if anyone wants to do that, we'll be happy to integrate.

We also integrated the JSR-223 implementation of NetRexx so that it can be used to build applications on the CWAB platform. Unfortunately the current implementation is quite buggy. We encounter classloader issues when certain objects where placed on the CWAB argument map. Basically there is a problem dealing with objects bounded to JSR-223 scripting engine. In general the behavior seems erratic.

We are tentatively including NetRexx support by default, however depending on interest level we may relegate NetRexx support to optional, meaning a user would have to manually enable support.

Comments

Popular posts from this blog

Integrating AI CodeGen With Low Code Application Development

This is a demo showing Solvent-Lowcodr working with AI Code generation (ChatGPT) to build web apps in a low code fashion. This demo uses Vuetify Component Library. This is the first in a series showing various ways that AI CodeGen and low code can be combined in Solvent-Lowcodr to accelerate web application development. In subsequent posts we'll show how to use AI CodeGen to build low code building blocks in Solvent-Lowcodr. We'll also show demos for React.

Integrating AI CodeGen With Low Code Application Development - Part 2

In this post we follow up from the previous AI CodeGen integration into a Lowcode environment, which was a manual process.  In this post we showcase the new direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app. Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini) Part 2 -CodeGen and Lowcode Integration via automation using all three models.

Using AI (OpenAI, Anthropic,Gemini) Function Calling To Automate Dev Environment Actions

  In this post we showcase direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app.  The integration approach shown allows a developer  to build all sorts of automation "recipes" to drive the developer environment. Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini) Part 2 -CodeGen and Lowcode Integration via automation using all three models.