comp.lang.ada
 help / color / mirror / Atom feed
* [Ann] Ada Web Application 0.3.0 is available
@ 2013-02-15 22:22 Stephane Carrez
  2013-03-02  5:54 ` shyam.laximan
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane Carrez @ 2013-02-15 22:22 UTC (permalink / raw)


Hi,

Ada Web Application is a framework to build web applications.

* AWA uses Ada Server Faces for the web framework. This framework is using several patterns
   from the Java world such as Java Server Faces and Java Servlets.
* AWA provides a set of ready to use and extendable modules that are common to many web
   application. This includes managing the login, authentication, users, permissions.
* AWA uses an Object Relational Mapping that helps in writing Ada applications on top of
   MySQL or SQLite databases. The ADO framework allows to map database objects into Ada
   records and access them easily.
* AWA is a model driven engineering framework that allows to design the application data
   model using UML and generate the corresponding Ada code.

The new version of AWA provides:
* New jobs plugin to manage asynchronous jobs,
* New storage plugin to manage a storage space for application documents,
* New votes plugin to allow voting on items,
* New question plugin to provide a general purpose Q&A.

AWA can be downloaded at http://code.google.com/p/ada-awa/downloads/list

A live demonstration of various features provided by AWA is available at
http://demo.vacs.fr/atlas

Enjoy,

Stephane



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Ann] Ada Web Application 0.3.0 is available
  2013-02-15 22:22 [Ann] Ada Web Application 0.3.0 is available Stephane Carrez
@ 2013-03-02  5:54 ` shyam.laximan
  0 siblings, 0 replies; 2+ messages in thread
From: shyam.laximan @ 2013-03-02  5:54 UTC (permalink / raw)


Hi Stephane,

I am trying to install aws on windows xp. I have downloaded the awa-all-030 tar ball , have cygwin on my system. I have launched these 2 commands with no problems


1) ./configure --enable-xmlada --enable-aws

2) cd xmlada && make && make install


but his command below   actually caused problem .. can you help


cd aws && make prefix="/usr/local" setup build install

// error 
gcc -c -gnat05 -gnatwcfijkmRuv -gnaty3abcefhiIklmnoprstx -Wall -O2 -gnatn aws-services-web_block-registry.adb
aws-services-web_block-context.adb:36:12: missing "with Ada.Streams;"
gprbuild: *** compilation phase failed
makefile:251: recipe for target `build-native' failed
make: *** [build-native] Error 4



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-02  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-15 22:22 [Ann] Ada Web Application 0.3.0 is available Stephane Carrez
2013-03-02  5:54 ` shyam.laximan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox