From Fedora Project Wiki

No edit summary
mNo edit summary
Line 1: Line 1:
'''About me'''
# Filip Rogaczewski
# Filip Rogaczewski
# frogaczewski@gmail.com
# frogaczewski@gmail.com
Line 9: Line 10:
<!-- Include the below category tag in your application page. -->
<!-- Include the below category tag in your application page. -->
[[Category:Summer Coding 2010 student applications]]
[[Category:Summer Coding 2010 student applications]]
 
'''About my project'''
#Errai (GWT) integration with CDI events
#Errai (GWT) integration with CDI events
#The project is on the list: https://fedoraproject.org/wiki/Summer_Coding_2010_ideas#Seam_Framework  
#The project is on the list: https://fedoraproject.org/wiki/Summer_Coding_2010_ideas#Seam_Framework  
# Errai is a Google Web Toolkit based framework for building rich web applications made by JBoss. The framework provides uniform asynchronous messaging across the client and server. Aim of the Errai integration with CDI events is to add part of JSR-299 specification to Errai. This project will not only bring this functionality to the Errai project, but will also provide useful knowledge about Errai integration with CDI. It may be used in further development of Errai (like integration with CDI security for instance).  
# Errai is a Google Web Toolkit based framework for building rich web applications made by JBoss. The framework provides uniform asynchronous messaging across the client and server. Aim of the Errai integration with CDI events is to add part of JSR-299 specification to Errai. This project will not only bring this functionality to the Errai project, but will also provide useful knowledge about Errai integration with CDI. It may be used in further development of Errai (like integration with CDI security for instance). While working on the project I will be using Java language. Technologies I will need to research are: JMS, Contexts and Dependency Injection for JEE platform (CDI). As I will be using Weld, which is implementation of CDI, I will need to research the technologies like Google Guice and Seam. Arquillian, another JBoss Project will be used for testing.  
While working on the project I will be using Java language. Technologies I will need to research are: JMS, Contexts and Dependency Injection for JEE platform (CDI). As I will be using Weld, which is implementation of CDI, I will need to research the technologies like Google Guice and Seam. Arquillian, another JBoss Project will be used for testing.  
 
# 1st week: Researching Errai source code, bus architecture and JMS specification.  
# 1st week: Researching Errai source code, bus architecture and JMS specification.  
2nd week: Researching CDI, writing short Injection tests using Arquillian.
2nd week: Researching CDI, writing short Injection tests using Arquillian.
Line 26: Line 25:
10th week: Writing project documentation. It will make use of sample project written during 9th week.  
10th week: Writing project documentation. It will make use of sample project written during 9th week.  
11th week: Polishing the project.  
11th week: Polishing the project.  
# Programming is not only my field of study, it is also my hobby. I study Computer Science at Gdansk University of Technology and throughout my education I always had high academic achievements and I would like to pursue PhD after graduation. In addition to studying I try to broaden my perspectives, working on the international projects in IEASTE student organization, where I am a project manager in IT group. Since July 2008 I am doing internship in Lufthansa Systems where I develop JEE applications for both: banking and airline industry. Before that, I was an intern in Plasmon Data Solutions where I was working on helpdesk and system administration.  
# Programming is not only my field of study, it is also my hobby. I study Computer Science at Gdansk University of Technology and throughout my education I always had high academic achievements and I would like to pursue PhD after graduation. In addition to studying I try to broaden my perspectives, working on the international projects in IEASTE student organization, where I am a project manager in IT group. Since July 2008 I am doing internship in Lufthansa Systems where I develop JEE applications for both: banking and airline industry. Before that, I was an intern in Plasmon Data Solutions where I was working on helpdesk and system administration.  
Last semester I have developed a project (http://code.google.com/p/pgfightcontroller/) aiming to simulate work of Flight Control Office. It collects and presents data about plane positions on the application server. While developing this application I have been responsible for architecture, implementation, testing, and additionally teaching other student Java technologies.  
Last semester I have developed a project (http://code.google.com/p/pgfightcontroller/) aiming to simulate work of Flight Control Office. It collects and presents data about plane positions on the application server. While developing this application I have been responsible for architecture, implementation, testing, and additionally teaching other student Java technologies.  
My biggest projects at work was implementation of SSO at Polish offices, where I was main developer and building banking system. I am enthusiast of JBoss technologies, which I am using at most of my company and university projects. I spent a lot of time using them and I would love to move from consuming towards contributing.
My biggest projects at work was implementation of SSO at Polish offices, where I was main developer and building banking system. I am enthusiast of JBoss technologies, which I am using at most of my company and university projects. I spent a lot of time using them and I would love to move from consuming towards contributing.

Revision as of 22:34, 19 April 2010

About me

  1. Filip Rogaczewski
  2. frogaczewski@gmail.com
  3. rogaall
  4. rogaall
  5. Polish
  6. North of Poland. I would like to work 9-17 UTC
  7. I have been a project leader of an open source project called Flight Controller which aim was to simulate work of Flight Control office. The link is below: http://code.google.com/p/pgfightcontroller/ The application was written using JEE (with Seam Framework, RichFaces and Hibernate) and .NET (Silverlight and WPF). I was doing architecture and implementation. Additionally I had to teach all the technologies to other student from my university. I am personally a big enthusiast of open source community, I believe that open frameworks, applications and especially knowledge can really move world forward.

About my project

  1. Errai (GWT) integration with CDI events
  2. The project is on the list: https://fedoraproject.org/wiki/Summer_Coding_2010_ideas#Seam_Framework
  3. Errai is a Google Web Toolkit based framework for building rich web applications made by JBoss. The framework provides uniform asynchronous messaging across the client and server. Aim of the Errai integration with CDI events is to add part of JSR-299 specification to Errai. This project will not only bring this functionality to the Errai project, but will also provide useful knowledge about Errai integration with CDI. It may be used in further development of Errai (like integration with CDI security for instance). While working on the project I will be using Java language. Technologies I will need to research are: JMS, Contexts and Dependency Injection for JEE platform (CDI). As I will be using Weld, which is implementation of CDI, I will need to research the technologies like Google Guice and Seam. Arquillian, another JBoss Project will be used for testing.
  4. 1st week: Researching Errai source code, bus architecture and JMS specification.

2nd week: Researching CDI, writing short Injection tests using Arquillian. 3rd week: Writing a document with a project architecture. Coding starts. 4th week: First iteration: event observers and producers work. 5th week: Second iteration: adding conditional observer methods. 6th week: Third iteration: adding events qualifiers. 7th week: Testing and bug fixing. 8th week: Testing and bug fixing. Implementation and testing is finished, everything works now. 9th week: Writing a sample project with usage of CDI events. 10th week: Writing project documentation. It will make use of sample project written during 9th week. 11th week: Polishing the project.

  1. Programming is not only my field of study, it is also my hobby. I study Computer Science at Gdansk University of Technology and throughout my education I always had high academic achievements and I would like to pursue PhD after graduation. In addition to studying I try to broaden my perspectives, working on the international projects in IEASTE student organization, where I am a project manager in IT group. Since July 2008 I am doing internship in Lufthansa Systems where I develop JEE applications for both: banking and airline industry. Before that, I was an intern in Plasmon Data Solutions where I was working on helpdesk and system administration.

Last semester I have developed a project (http://code.google.com/p/pgfightcontroller/) aiming to simulate work of Flight Control Office. It collects and presents data about plane positions on the application server. While developing this application I have been responsible for architecture, implementation, testing, and additionally teaching other student Java technologies. My biggest projects at work was implementation of SSO at Polish offices, where I was main developer and building banking system. I am enthusiast of JBoss technologies, which I am using at most of my company and university projects. I spent a lot of time using them and I would love to move from consuming towards contributing.