escapek-developers Mailing List for Escape-K
Status: Pre-Alpha
Brought to you by:
nicolasjouanin
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(29) |
Nov
(5) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Nicolas J. <nic...@gm...> - 2007-02-13 22:08:58
|
Hi, Escape-K development has gone slower those last days as I was focused on updating the website. The major improvments is that now Escape-K owns its domain name (escapek.org) and the website has been moved to a dedicated server. This was not so expensive to I decided to hire a small dedicated linux box. I hope google ads will soon help to pay for it ;) Now that Escape-K owns it server , i could install more features. If you go to www.escapek.org you will now find : - an updated website presenting the project - a forum section (forum.escapek.org), which you are invited to register to. - a wiki section currently in progress (wiki.escapek.org) - a JIRA bug tracking instance (jira.escapek.org/jira/) - that's all ... I would like the forum to become the prefered way of contact. I can see two reasons for that : - discussion are archived to any body can see or refer to them. - it will increase google ad counters so it pays the loan ;) Using these tools i hope to provide soon more documentation (wiki) , user support (forum), tasks and bugs tracking (JIRA). Remember the new website address : www.escapek.org. See you, Nicolas. |
|
From: SourceForge.net <no...@so...> - 2007-01-24 20:04:30
|
Task #135444 has been updated. Project: Escape-K Subproject: escape-K server Summary: Node ChangeLog management Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: alexcc_06 Description: Each node in the repository is associated with a change log. This log records any modification made to a node attribute. To ease the record of these modifications, without decreasing application speed due to change load overload, writing in the change log should be managed by a Message driven bean. On any modification made to a node, othe r beans could send a notification to this MDB which could then manage the record as needed. The MDB can be a new MDB. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=135444&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2007-01-24 18:16:41
|
Task #131816 has been updated. Project: Escape-K Subproject: escape-K client Summary: Translation Complete: 100% Status: Closed Authority : nicolasjouanin Assigned to: nicolasjouanin Description: English translation files should be available and complete. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131816&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2007-01-24 18:06:38
|
Task #132296 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add audit features Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: alexcc_06 Description: Escape-K should provide an audit log mechanism. This audit log should contain all important application events, like users login/logout, access violation, fatal errors, what else ... A new stateless bean dedicated to this audit log management may be needed. There may also need some model classes. Of course, it implies current code review to add audit log records when needed Follow-Ups: ------------------------------------------------------- Date: 2007-01-24 19:06 By: nicolasjouanin Comment: Each AuditEvent object received by AuditEventBean should be tested and filtered. The Bean should check /configuration/auditLogLevel to determine if the received AuditEvent should be persisted or discarded. ------------------------------------------------------- Date: 2006-11-05 18:15 By: nicolasjouanin Comment: Instead of a stateless bean , a message driven bean could be used. Using asynchronous calls, business method could report audit log to this bean using a message pojo. This message driven bean could also manage node change log. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132296&group_id=162229&group_project_id=46915 |
|
From: Nicolas J. <nic...@gm...> - 2007-01-22 21:20:38
|
Hi people, I wanted to inform you that I've released a new snapshot version of =20 Escape-K. This is the first release since a long time, and the first =20 one on year 2007. I hope that there will be many more ! =20 Unfortunatelly this version doesn=92t have new amazing features. It=92s =20= just a fresh new version including a lot of corrections in code and =20 design. Among these corrections note that now the server package will deploy =20 fine on Jboss. There a documentation on the website (http://=20 escapek.sourceforge.net/spip.php?article34) which explains clearly =20 how to setup jboss and deploy escapek. Concerning the client package, thanks to Java and Eclipse, it is now =20 available for both Win32 and MacOs. So, there are now 3 packages available : * Escape-K Windows client * Escape-K MacOs client * Escape-K Jboss/EJB3 server package See Sourceforge download page for details : http://sourceforge.net/=20 project/showfiles.php?group_id=3D162229 Now some propaganda ... I'm still looking for some help on this project (Thanks Alex for your =20= current help). Core development on the server side is nearly achieved =20= and should be sufficient for a first "unstable-alpha-candidate" =20 release. Development should now be more focused on providing features =20= on the client side. This mean development in Java using Eclipse RCP =20 framework. I will add precise task on sourceforge so you can see how =20 to contribute. I'm also looking for ideas, thoughts and suggestions about what a =20 CMDB should be and what features it should provide. Some of you =20 already help me on this analysis task . Again thanks every one for =20 you help and interest in this project. See you. Nicolas Jouanin. |
|
From: Nicolas J. <nic...@gm...> - 2006-12-08 09:40:29
|
Hi people, I just wanted to let you know that escapek server component now supports both Jonas/Easybeans and JBoss/EJB3 J2EE servers. The client component has also been modified to support both connection protocols. Nicolas. |
|
From: SourceForge.net <no...@so...> - 2006-11-30 12:56:54
|
Task #132296 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add audit features Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: alexcc_06 Description: Escape-K should provide an audit log mechanism. This audit log should contain all important application events, like users login/logout, access violation, fatal errors, what else ... A new stateless bean dedicated to this audit log management may be needed. There may also need some model classes. Of course, it implies current code review to add audit log records when needed Follow-Ups: ------------------------------------------------------- Date: 2006-11-05 18:15 By: nicolasjouanin Comment: Instead of a stateless bean , a message driven bean could be used. Using asynchronous calls, business method could report audit log to this bean using a message pojo. This message driven bean could also manage node change log. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132296&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-11-06 15:37:27
|
Task #132298 has been updated. Project: Escape-K Subproject: escape-K server Summary: Implement CMDB model Complete: 90% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: CMDB model is almost complete. It still needs more details for links management. Follow-Ups: ------------------------------------------------------- Date: 2006-11-06 16:37 By: nicolasjouanin Comment: Nearly finished. It still may need some tuning ... ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132298&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-11-06 08:18:53
|
Task #132842 has been updated. Project: Escape-K Subproject: common Summary: Configure standalone functionnality Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: Escape-K should provide a standalone mode which would allow users to use Escape-K without having to install an J2EE application server. This requires server and client component setup and modifications. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132842&group_id=162229&group_project_id=49829 |
|
From: SourceForge.net <no...@so...> - 2006-11-05 17:16:29
|
Task #132842 has been updated. Project: Escape-K Subproject: escape-K server Summary: Configure standalone functionnality Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: Escape-K should provide a standalone mode which would allow users to use Escape-K without having to install an J2EE application server. This requires server and client component setup and modifications. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132842&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-11-05 17:15:10
|
Task #132296 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add audit features Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K should provide an audit log mechanism. This audit log should contain all important application events, like users login/logout, access violation, fatal errors, what else ... A new stateless bean dedicated to this audit log management may be needed. There may also need some model classes. Of course, it implies current code review to add audit log records when needed Follow-Ups: ------------------------------------------------------- Date: 2006-11-05 18:15 By: nicolasjouanin Comment: Instead of a stateless bean , a message driven bean could be used. Using asynchronous calls, business method could report audit log to this bean using a message pojo. This message driven bean could also manage node change log. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132296&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-30 18:40:20
|
Task #131813 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add some Javadoc Complete: 20% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: Code documentation is very poor. I should try to comment most important classes. Follow-Ups: ------------------------------------------------------- Date: 2006-10-25 21:47 By: nicolasjouanin Comment: Add business method javadoc Add model POJO description ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131813&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-30 18:40:01
|
Task #132298 has been updated. Project: Escape-K Subproject: escape-K server Summary: Implement CMDB model Complete: 50% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: CMDB model is almost complete. It still needs more details for links management. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132298&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-30 18:39:27
|
Task #131816 has been updated. Project: Escape-K Subproject: escape-K client Summary: Translation Complete: 60% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: English translation files should be available and complete. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131816&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 13:57:53
|
Task #132426 has been updated. Project: Escape-K Subproject: escape-K client Summary: Design welcome page Complete: 10% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K should provide a professional welcome page, like Eclipse does, where users could find: - New features - getting started - Help - ... options. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132426&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 13:57:38
|
Task #132427 has been updated. Project: Escape-K Subproject: escape-K client Summary: Add Registry management navigator contribution and editor Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K stores general setup into a registry. This registry is managed by the server component. Client component must provide an administrator tool to manage this repository. This tool consist of a CommonNavigator Contribution to browse the registry tree and an editor to edit Registry nodes. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132427&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-28 13:48:54
|
Task #132426 has been updated. Project: Escape-K Subproject: escape-K client Summary: Design welcome page Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K should provide a professional welcome page, like Eclipse does, where users could find: - New features - getting started - Help - ... options. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132426&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:57:24
|
Task #132303 has been updated. Project: Escape-K Subproject: escape-K client Summary: Design a splash screen Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K would look like more professional if it had its own splash screen displayed on startup instead of Eclipse default. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132303&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:56:22
|
Task #125770 has been updated. Project: Escape-K Subproject: escape-K client Summary: [ManageRepositoriesDialog] Add checkbox Cell Editors Complete: 0% Status: Deleted Authority : nicolasjouanin Assigned to: nobody Description: Add checkbox cell editors for column AUTOCONNECT and MAKEDEFAULT. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=125770&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:56:08
|
Task #126910 has been updated. Project: Escape-K Subproject: escape-K client Summary: [SiteSelectionDialog] Filter selection Complete: 0% Status: Deleted Authority : nicolasjouanin Assigned to: nobody Description: Manage the dialog as a filtered selection ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=126910&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:55:36
|
Task #132301 has been updated. Project: Escape-K Subproject: escape-K client Summary: Add login connection box on startup Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Escape-K allows a user to automatically connect a repository on application startup. If user/password are not saved, a dialog should be displayed on startup to ask the user for this data. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132301&group_id=162229&group_project_id=46914 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:52:52
|
Task #132298 has been updated. Project: Escape-K Subproject: escape-K server Summary: Implement CMDB model Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: CMDB model is almost complete. It still needs more details for links management. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132298&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:51:35
|
Task #131811 has been updated. Project: Escape-K Subproject: escape-K server Summary: Persistence manager exception management Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Persistence manager exception should not go back to client side. Any exception that can be thrown by the entity manager when querying of managing objects should be caught on the server side and whether: - return null object to the client - throw generic exception Follow-Ups: ------------------------------------------------------- Date: 2006-10-25 21:51 By: nicolasjouanin Comment: More generally, when business errors occurs, a generic exception should be thrown back to the client. This would implement rollback. Business errors appears when persistence manager returns unexpected result of when some checks made by a business methods are not validated by the given data. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131811&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:48:56
|
Task #131810 has been updated. Project: Escape-K Subproject: escape-K server Summary: Security checks on Remote Interface methods Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody Description: Any method declared in a remote interface of all stateless beans should require a Ticket Id (type Long) argument. This ticket must then be used in method implementation to check security access like read/write access on requested/modified entities, ... Follow-Ups: ------------------------------------------------------- Date: 2006-10-25 21:48 By: nicolasjouanin Comment: there may need to implement some new security checking methods. This also implies audit reporting when security errors appears. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131810&group_id=162229&group_project_id=46915 |
|
From: SourceForge.net <no...@so...> - 2006-10-25 19:47:35
|
Task #131813 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add some Javadoc Complete: 10% Status: Open Authority : nicolasjouanin Assigned to: nicolasjouanin Description: Code documentation is very poor. I should try to comment most important classes. Follow-Ups: ------------------------------------------------------- Date: 2006-10-25 21:47 By: nicolasjouanin Comment: Add business method javadoc Add model POJO description ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=131813&group_id=162229&group_project_id=46915 |