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
-1
votes
1 answer

How to select from multiple tables based on condition

I have two tables: post table: +-----+------------+--------------+ | id | title | details | +-----+------------+--------------+ | 185 | some title | some details | | 186 | some title | some details…
kittu
  • 6,662
  • 21
  • 91
  • 185
-1
votes
2 answers

Read Excel using Active JDBC in java

Can I read Excel file using active jdbc in java? I have been using Eclipse as IDE for java. Is there any jar files for active jdbc? Can anyone help me in this?
Yogzz Jaya
  • 11
  • 2
-3
votes
1 answer

maven goal issue with active jdbc

While adding instrumentation plugin in pom.xml am getting this error Plugin execution not covered by lifecycle configuration:org.javalite:activejdbc-instrumentation:1.4.13:instrument (execution: default, phase: process-classes If added all…
Basant
  • 1
1 2 3
8
9