Questions tagged [activeweb]

ActiveWeb is a Java web framework inspired by Ruby on Rails. It is optimized to be sustainable, productive, and familiar for Java developers.

49 questions
0
votes
1 answer

Proper ActiveWeb configuration for simple app: server output is empty

I am fighting with ActiveWeb currently. I found, as it seems to me, that it's manual here http://javalite.io/activeweb contains a lot of desinformation. First it says ActiveWeb is zer-configuration, which is not true. web.xml is still required. Also…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
2 answers

How to deploy ActiveWeb web application to normal container?

I don't understand, how is it possible to deploy ActiveWeb web application? It is said it has no config files. Hence it has no web.xml. So, how would container know, what class to run? For example, I tried to run sample "Hello Bob" application under…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
-1
votes
1 answer

Table not found exception using javalite

So I have a very simple table I made in SQL using h2 CREATE TABLE USERS( username varchar(255) NOT NULL, password varchar(255), ); I'm trying to use javalite to add an entry to it so I made this following the instructions on the…
-1
votes
1 answer

javalite async event processing failed with error [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException

please anybody help to fix this issue?
**I am getting issue [client] - AMQ214008: Failed to handle packet java.lang.UnsupportedOperationException while processing the command data in javalite async?**
[2018-03-30…
1 2 3
4