https://github.com/geniot/adserverbeans
AdServerBeans MyAds - open source ad server in Java and Flex
https://github.com/geniot/adserverbeans
Last synced: about 1 month ago
JSON representation
AdServerBeans MyAds - open source ad server in Java and Flex
- Host: GitHub
- URL: https://github.com/geniot/adserverbeans
- Owner: geniot
- Archived: true
- Created: 2011-05-01T14:49:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T19:24:59.000Z (about 4 years ago)
- Last Synced: 2024-08-04T05:06:14.989Z (10 months ago)
- Language: ActionScript
- Homepage:
- Size: 32.1 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - adserverbeans - AdServerBeans MyAds - open source ad server in Java and Flex (Unsorted / Other API)
README
# ABOUT
AdServerBeans is a web application with MySQL backend, Java middle tier and Flex (Flash) frontend.
Its purpose was to serve banner ads based on different targeting settings.
The project was written when Adobe Flash player was popular. Right now this project can be used for educational purposes.
Feel free to pull the source code, build the project and run it.Personally 10 years later I can't find Flex SDK 3.5 anywhere on the Internet.
# INSTALLATION
Required:
JDK 1.6+
ant (any, really)
Flex 3.5
cp sample.build.properties build.properties
vim build.propertiesSet path to FLEX_HOME to the location of your Flex SDK.
Run ant:
antCreated myads.war can be renamed to any.war and deployed on Tomcat (any?).
Installation manager will be displayed on first run to help you connect to the database and create tables.You also need to set up MySQL. See scripts in db.