PHP
A lot of web projects, more of them simple CMS web-pages with data stored in a SGBD (usualy MySql ).
Relevant projects :
- Tourism application with modules for "Rent a car", "Tickets", "Vacation", "Hotel Reservation" ...
- CMS ( like Drupal or others open source CMS-es ) with modules for "Jobs"(display avaibaly jobs added in admin area, users have the posibility to apply to a job ) , "Static Pages" ( modify the content from admin area with a WYSIWYG editor), "Contact", "Products", "Message Board"...
These projects have multi-language system.
- plugin for VBulletin using AJAX.
- PHP/MySQL/AJAX reports using extJS , these reports manage tables with over 6 millions of records using the AJAX advantage .
Java
- TicTacToe game with server and client , server runs on Tomcat using serlvets and jsp , client has been done using XHTML/CSS for GUI , AJAX to send/receive information in XML format to/from server, JavaScript to feed html entities with values obtained from XML .
- Simple Chat aplication using RMI
- Chat (client/server) mobile application using MIDP2, KXMLRPC, KSOAP
- MS Paint like application using swing for GUI
- Simple MySQL client using swing(JTable) and JDBC
- Didactic purpose applet software showing the utility of data structures (binary
trees)
- Simple IRC client using IRC Protocol
Other minor projects using JSP/Servlet/Spring/Hibernate/Web Services