Homepage | Forum | Wiki | OXpedia
 
top_banner

Contents

[edit] Introduction

An optimized WEB Gui for accessing Date of an Open-Xchange System via mobile clients like Apple iPhone or Android.

[edit] Features

Currenly available features:

  • Calendar: shows you appointments for the next 7 days
  • Email: Read mails on the road via web browser.
  • Contacts: Call, Mail and "Map" your Open-Xchange contacts easily.


[edit] Screenshots

Login Screen
Navigation


Addressbook
Instant Email


[edit] Download

Download tarball from my website and follow this guide plus the README in the tarball and the database/README for database setup:

Version File
0.1 BETA Download


[edit] Setup

You need a working Tomcat 6.04 system with MySQL JDB drivers installed.

After you have done this. Build the oxip.war file or use the already build war file in dist/oxip.war . Modify the file context.xml and add your database environment as described in database/README.

Go to mysql and add a first Open-xchange User to the database like this:

mysql> insert into test (username,password,oxurl) VALUES 
('username@context','anything','yourhost.example.org');

This creates user username@context which will connect to https://yourhost.example.org. The password is obsolete, because the Open-Xchange authentication will be used instead. The database users are only for the case you don't want anybody to use his OXIP GUI to browse the normal Open-Xchange with the given account.

In a default tomcat installation you can now browse to:

http://yourserver:8080/oxip/

Login with "username@context" and your Open-Xchange password.


[edit] NetBeans Dependencies

This Project was developed with NetBeans, so if you want to develop within OXIP you have to import it to your NetBeans Environment or modify it to work within Eclipse.

JAVA Dependencies which are needed to compile/build/run OXIP for example within Netbeans:

  • commons-httpclient
  • commons-codec
  • commons-io
  • commons-logging
  • json

Put all these dependency jars within the war file or into tomcats shared lib directory.

[edit] Credits

Have fun calling or mailing your Open-Xchange contacts and find them via maps Application.

Open Xchange iPhone Mobile GUI (short OXIP) 0.1 BETA - (c) cutmasta AT cutmasta DOT org - 2008

[edit] Links

Retrieved from "http://www.open-xchange.com/wiki/index.php?title=Open_Xchange_iPhone_Mobile_GUI"

This page has been accessed 6,714 times. This page was last modified 09:34, 4 June 2008.