Questions tagged [javalite]

JavaLite is a collection of frameworks including ActiveJDBC (an ORM) and ActiveWeb.

JavaLite is a collection of frameworks including and .

http://javalite.io/

123 questions
0
votes
1 answer

How to return raw response from JavaLite.io activeweb controller

It is possible to return raw response from JavaLite.io Activeweb controller without chaining it with embedded FreeMarker template engine ?
0
votes
1 answer

JavaLite examples, Simple Example Running Error

Every time i run Simple-example downloaded from github JavaLite examples, I get this error. Exception in thread "main" org.javalite.activejdbc.InitException: Failed to connect to JDBC URL: jdbc:mysql:mysql://localhost/movies with user: root. Also in…
0
votes
1 answer

What is the target release date for version 2.3.3 of the javalite package on Maven Central?

I was wondering if there was a known or targeted release date for version 2.3.3 of the javalite and javalite-common packages, and specifically release to Maven Central. Thanks.
Code1
  • 13
  • 1
0
votes
0 answers

ActiveJdbc unable to include the table

I have two tables orders and address Order table +----+----------------+-----------------------------------+--------------------------------------------------+ | id | trackingNumber | user_id (reference to user table) | receiverAddress_id (reference…
Hexgear
  • 320
  • 1
  • 3
  • 13
0
votes
1 answer

How do I suppress additional content in freemarker template file?

My company uses java lite (active web) and freemarker templates for display in some legacy web pages. I wrote an active web AppController which is forwarding to an ftl display file (freemarker template) and I'm able to see the 'hello world' content.…
George
  • 1,021
  • 15
  • 32
0
votes
1 answer

There is problem with relationship about two table in different DB, how works ActiveJDBC?

I have this problem: TABLE_1 -> db A TABLE_2 -> db B fields TABLE_1: id_PK, id_table_2_FK, description fields TABLE_2: id_PK description Relationship: TABLE_1 belongs to TABLE_2 foreignKeyName id_table_2_FK CASE 1: step 1: start…
0
votes
1 answer

Is possible instrument module project witch Activejdbc and Maven?

i have a parent project A(war) that implement, with dependency, project B(jar), similar big-parent big-BL 1.0 In project B there are all the 'models' that…
Mattia
  • 13
  • 5
0
votes
2 answers

Spring boot app, from jar to war, with ActiveJDBC model, Wildfly don't recognizes my Model (like Person, Disease, Location.....), what am i wrong?

I have error when instrument my app, precisaly when i turned spring boot app from jar to war; when i start my app as one SpringBoot application everything works but when i deploy a war file in WildFly the error that appears is the…
Mattia
  • 13
  • 5
0
votes
1 answer

activeweb ContentFor tag render nothing?

I have read content for and yield tag section of activeweb doc. and activeweb version 16:59 $ mvn dependency:tree | grep activeweb [INFO] +- org.javalite:activeweb:jar:2.2:compile [INFO] +- org.javalite:activeweb-testing:jar:2.2:test The layout.ftl…
Jack Tang
  • 59
  • 5
0
votes
1 answer

How to use LazyList's toJson method with json arrays?

I'm doing a one to many association with two tables: "usuarios" and "rol" here there is no problem, the issue is that I'm using the function "toJson" to convert the result of the consult to a String with json format, just like this: [ { …
0
votes
2 answers

Javalite framwork in production env

I am going to ship out the first version of webapp base on Javalite framework. Thanks the framework, it makes the developing rapidly :). Here are some goals in my production env. I would like to use maven-assembly-plugin to assemble all…
Jack Tang
  • 59
  • 5
0
votes
1 answer

Javalite for Microservice project, is application Tracking/Monitoring support available?

I have to use Javalite for my project based on Microservice architecture, so wanted to check whether tracking support (something similar to /actuator/health & /actuator/prometheus in Spring Boot) is available through some existing plugin or any…
0
votes
1 answer

Swagger Support for JavaLite project

I am new to Javalite and want to use ActiveWeb for building production ready RESTFUL application, so is Swagger support available with Javalite (Activeweb)?
0
votes
1 answer

How to externalize username and password in javalite db migrator?

We are using javalite db migrator maven plugin to manage database migrations in different environments. We do not want to store databse username and password for production environment in properties file. Then how do we supply database username and…
user34567
  • 258
  • 3
  • 12
0
votes
1 answer

URL mapping is not available in activeweb 2.0

In activeweb 2.0, if there is a space in the tomcat installation directory, then there will be no packages, so can not found the correct Controller and action. Because the space will be replaced with '%20' when we use the classLoader get current…
靳刘杰
  • 25
  • 4
1 2
3
8 9