Skip to content

addller/kalida_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kalida framework

#EN_US

Kalida was built based on the concept of triple attribution, identification by inspection, handling by controllers and actions and dilution of the http response in the composition of a view.

What would be the triple attribution? The triple assignment consists of three actions performed in one instruction, which would be: a) creation of the html element; b) assigning the created html element to a variable; c) based on the variable name, adding a css style to the created html element. Note that an instruction has three functions in order to carry out the three actions mentioned above. The front end is in the client folder. The Java server is in the server folder.

Also read the kalida documentation contained in the documentation folder.

VSCode was used plus the LiveServer plugin on port 5500, in accordance with the API.js file, contained in the js/api folder.

The test users were created in the ConfigTest.java file and have a password of #0xCUSTOM, just navigate to the server\src\main\java\com\kalida\config folder.

#PT_BR

O Kalida foi construído com base no conceito de tripla atribuição, identificação por inspeção, manuseabilidade por controllers e actions e diluição da resposta http na composição de uma view.

O que seria a tripla atribuição? A tripla atribuição consiste em três ações executadas em uma instrução, que seriam: a) criação do elemento html; b) atribuição do elemento html criado a uma variável;
c) com base no nome da variável, adição de um estilo css ao elemento html criado. Veja que uma instrução tem três atribuições no sentido de realizar as três ações mencionadas acima. O front end está na pasta client. O servidor Java está na pasta server.

Leia também o a documentação do kalida constante na pasta documentation.

Foi usado o VSCode mais o plugin LiveServer na porta 5500, em conformidade com o arquivo API.js, constante na pasta js/api. Os usuários de teste foram criados no arquivo ConfigTest.java e tem como password #0xCUSTOM, basta navegar pela pasta server\src\main\java\com\kalida\config.