You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(31) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(36) |
Nov
(32) |
Dec
(36) |
2008 |
Jan
(25) |
Feb
(10) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(3) |
Aug
(6) |
Sep
(8) |
Oct
(12) |
Nov
(3) |
Dec
(5) |
2009 |
Jan
(3) |
Feb
(34) |
Mar
(17) |
Apr
(23) |
May
(2) |
Jun
|
Jul
|
Aug
(3) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <sin...@gm...> - 2011-05-24 21:30:41
|
hi i'm so happy i chose to take advantage of this http://classroomantarctica.com/redirect.php?to=aHR0cDovL3d3dy5jbmJjNy5jb20vP3BpZD04NDE2NzA= |
From: J S. <sin...@gm...> - 2011-02-05 00:37:46
|
Dear Team, I'd want to extend my thanks to every one who contributed to WitchcraftMDA project - take a look at the reference app and you will see what a powerful ultra rapid application development tool it has now become -we call it software at the speed of thought. Take a look at witchcraftmda.com/refapp We recently used Witchcraft for a fairly large commercial project and ended up saving over 80% in time and budget. Special thanks to Rosie wood, Gautham Rao, Gurpreet Singh & Joaquin Robles |
From: J S. <sin...@gm...> - 2010-08-03 15:27:41
|
Goutham, What are the errors you are getting with the archetype ? You can also check out jcommerce , its a fairly small project - remove all the existing stuff and add primefaces specific classes / pom entries etc. On Mon, Aug 2, 2010 at 8:36 AM, goutham rao <gau...@ya...> wrote: > Hi Jess, I had a busy weekend. I still haven't been to make much progress > as I am not able to run the archetypes. i keep getting random errors . > > I will set up access for you to log on to my laptop and may be you can help > me set up the workspace. meanwhile I have been brushing up on oaW. > > Best Regards, > Goutham Rao > > > ------------------------------ > *From:* J Singh <sin...@gm...> > *To:* goutham rao <gau...@ya...>; > wit...@li... > *Sent:* Sat, 31 July, 2010 14:13:51 > *Subject:* PrimeFaces cartridge progress > > Hi Goutham, > hope you are having another great weekend, any updates on the primefaces > cartridge you started working on ? > > |
From: J S. <sin...@gm...> - 2010-07-31 13:13:57
|
Hi Goutham, hope you are having another great weekend, any updates on the primefaces cartridge you started working on ? |
From: Gurpreet S. <gur...@gm...> - 2010-05-12 13:49:21
|
Jess, Thanks for that suggestion for suggestionbox and that worked for me too. I tried to implement full text on Department name while searching for Departments. Its still a draft version with just a stopAnalyzer. We might need to add more analyzers. I am not sure for Employee first name and last name we need full text search or not. That is more of a %like% kind of query. Have a look at code and let me know. Files checked-in DepartmentAction searchDepartment.xhtml Thanks Gurpreet On Tue, May 11, 2010 at 10:50 AM, J Singh <sin...@gm...> wrote: > Gurpreet > I tried suggestionbox with usingSuggestObjects="false" and it now works > fine, with this attribute set to true it threw stackoverflow like it did for > you - give it another shot with your full text search and let the team know > how it goes. > |
From: J S. <sin...@gm...> - 2010-05-11 14:50:33
|
Gurpreet I tried suggestionbox with usingSuggestObjects="false" and it now works fine, with this attribute set to true it threw stackoverflow like it did for you - give it another shot with your full text search and let the team know how it goes. |
From: J S. <sin...@gm...> - 2010-05-01 16:45:03
|
Thanks for your offer to help out with workflows Ravi, I think your 3+ years of experience will be a huge asset - Can you create a basic seam/jbpm integrated app using our archetype - here is hwo to run it. First setp is to get the latest of seamRichFacesArchetype - from svn root. Run mvn install on it. Next: mvn archetype:create -DgroupId=org.wc.sample -DartifactId=jworks -DarchetypeArtifactId=seamRichFacesArchetype -DarchetypeGroupId=org.witchcraft.archetypes -DarchetypeVersion=1.0-SNAPSHOT Create a new database default should be jworksdb (artifactId + 'db') , defalut username/pwd is root/root - you can change those in persistence.xml. mvn install jetty:run , goto localhost:8080 and log in with admin/admin. As a first step if you can implement the following example that will be awesome : http://www.mastertheboss.com/seam/90-seam-jbpm.html Next step we will have you actually generate the code from a state/activity diagram. Team, You'd need testng plugin to run seam unit test - the update site is : http://beust.com/eclipse On Sat, May 1, 2010 at 7:32 AM, Ravi Rao <mr....@gm...> wrote: > Hi Jess, > > I can contribute to JBPM and workflow manager development. I've been > working for more than 3 years with JBPM. > I can also take up setting the project on eatj, I've been using it for my > personal work. > > Regards, > Ravi Rao > > On Sat, May 1, 2010 at 2:35 AM, J Singh <sin...@gm...> wrote: > >> Hi Joaquin and Team , >> Yesterday I used your archetype to create the skeleton for a rather large >> real estate management project - thanks for excellent work , worked like a >> charm . I'd be adding files as I need (e.g error.xhtml was missing ) - also >> I think its about time we seperate org.witchcraft.package (containing >> baseentity, baseaction, basequery etc). >> >> Update on my end is I have integrated Seams entity query so all results >> are now searchable, sortable and paginated , also added requestparams to >> handle urls such as .../viewCustomer?id=53 . >> >> Other WC developers if you are willing to contribute again , feel free to >> write back - we have a few exciting things lined up : >> (i) Lucene full text search >> (ii) Creating display (just xhtml ) for handheld devices >> (iii) JBPM Integration and possibly writing a very small workflow manager >> (for apps where jbpm will be overkill ) >> (iv) BIRT integration >> (V) Weka for data mining - this is the coolest part in my opinion , lets >> you extrapolate results e.g forecasting future sales from past 12 quarters, >> classifying customers into potential buyers for a new product etc. >> (vi) SOA, ServiceMix and RestEasy cartridges >> (vii) Flex with Flamingo >> >> >> It will be great if someone can volunteer to put a sample Witchcraft >> generated app onto eatj - they provide free java hosting with a mysql >> database. >> >> On Tue, Feb 9, 2010 at 12:16 AM, J Singh <sin...@gm...> wrote: >> >>> Hi Joaquin, >>> >>> Feels great to hear from you - I understand you are busy with your >>> work , in fact I have myself been very busy with my neural networks >>> based Currency market predictions project (neuraltraders.info) - the >>> idea is in forex market there is so much money that its easy to >>> generate upto 1000$ returns per day if our predictions are right. >>> You are the central pillar of our effort and the lead architect (with >>> your tremendous grasp over Seam ) so we will wait for you to return - >>> and good thing is this time around you will bring all the best >>> practices from a real world project. >>> >>> And yes I agree newshopper should be model for seam crud as well other >>> features such as email sending and pdf generation. BTW I checked out >>> the newshopper with your changes and it works perfectly - with >>> conversations now we are able to retain sort >>> >>> 1.- Studying best conversation and session timeout. (this is very >>> important >>> > to get good performance) >>> Yes absolutely, we should also post questions of seam forum to >>> validate our design and best practices. >>> > 2.- Make sure not to leave open conversations. (this causes memory >>> leaks) >>> Yes again very important (BTW I wasnt aware orphaned conversations >>> could lead to memory leaks -I always thought they were auto cleaned up >>> by seam/garbage collector) >>> > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, >>> > firefox, chrome). >>> Again a great suggestion. >>> >>> >>> >>> On Sun, Feb 7, 2010 at 7:05 AM, Joaquín Robles <eco...@gm...> >>> wrote: >>> > Hi Jess, >>> > >>> > For a long time since I've written, I've been very busy. >>> > >>> > Right now I can not work much in the project, but I would like to >>> continue >>> > working. >>> > >>> > In the project for which I work, we have had performance problems with >>> the >>> > conversation and sessions timeouts,I thought the following changes to >>> > project newshopper: >>> > >>> > 1.- Studying best conversation and session timeout. (this is very >>> important >>> > to get good performance) >>> > 2.- Make sure not to leave open conversations. (this causes memory >>> leaks) >>> > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, >>> > firefox, chrome). >>> > >>> > Do you agree with me? I think before using as a template project >>> newshopper >>> > we must ensure that has a very good performance. >>> > >>> > A greeting and I hope your response to work this way. >>> > >>> > >>> >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Witchcraft-developers mailing list >> Wit...@li... >> https://lists.sourceforge.net/lists/listinfo/witchcraft-developers >> >> > |
From: J S. <sin...@gm...> - 2010-04-30 21:06:06
|
Hi Joaquin and Team , Yesterday I used your archetype to create the skeleton for a rather large real estate management project - thanks for excellent work , worked like a charm . I'd be adding files as I need (e.g error.xhtml was missing ) - also I think its about time we seperate org.witchcraft.package (containing baseentity, baseaction, basequery etc). Update on my end is I have integrated Seams entity query so all results are now searchable, sortable and paginated , also added requestparams to handle urls such as .../viewCustomer?id=53 . Other WC developers if you are willing to contribute again , feel free to write back - we have a few exciting things lined up : (i) Lucene full text search (ii) Creating display (just xhtml ) for handheld devices (iii) JBPM Integration and possibly writing a very small workflow manager (for apps where jbpm will be overkill ) (iv) BIRT integration (V) Weka for data mining - this is the coolest part in my opinion , lets you extrapolate results e.g forecasting future sales from past 12 quarters, classifying customers into potential buyers for a new product etc. (vi) SOA, ServiceMix and RestEasy cartridges (vii) Flex with Flamingo It will be great if someone can volunteer to put a sample Witchcraft generated app onto eatj - they provide free java hosting with a mysql database. On Tue, Feb 9, 2010 at 12:16 AM, J Singh <sin...@gm...> wrote: > Hi Joaquin, > > Feels great to hear from you - I understand you are busy with your > work , in fact I have myself been very busy with my neural networks > based Currency market predictions project (neuraltraders.info) - the > idea is in forex market there is so much money that its easy to > generate upto 1000$ returns per day if our predictions are right. > You are the central pillar of our effort and the lead architect (with > your tremendous grasp over Seam ) so we will wait for you to return - > and good thing is this time around you will bring all the best > practices from a real world project. > > And yes I agree newshopper should be model for seam crud as well other > features such as email sending and pdf generation. BTW I checked out > the newshopper with your changes and it works perfectly - with > conversations now we are able to retain sort > > 1.- Studying best conversation and session timeout. (this is very important > > to get good performance) > Yes absolutely, we should also post questions of seam forum to > validate our design and best practices. > > 2.- Make sure not to leave open conversations. (this causes memory leaks) > Yes again very important (BTW I wasnt aware orphaned conversations > could lead to memory leaks -I always thought they were auto cleaned up > by seam/garbage collector) > > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, > > firefox, chrome). > Again a great suggestion. > > > > On Sun, Feb 7, 2010 at 7:05 AM, Joaquín Robles <eco...@gm...> > wrote: > > Hi Jess, > > > > For a long time since I've written, I've been very busy. > > > > Right now I can not work much in the project, but I would like to > continue > > working. > > > > In the project for which I work, we have had performance problems with > the > > conversation and sessions timeouts,I thought the following changes to > > project newshopper: > > > > 1.- Studying best conversation and session timeout. (this is very > important > > to get good performance) > > 2.- Make sure not to leave open conversations. (this causes memory leaks) > > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, > > firefox, chrome). > > > > Do you agree with me? I think before using as a template project > newshopper > > we must ensure that has a very good performance. > > > > A greeting and I hope your response to work this way. > > > > > |
From: J S. <sin...@gm...> - 2010-02-17 19:25:14
|
Team, If you want to get comfortable with OAW code generation framework without using UML (you can express your models in plain text ) - here is an excellent tutorial. http://www.eclipse.org/Xtext/documentation/0_7_2/xtext.html If you have any questions feel free to ask me at sin...@gm.... |
From: J S. <sin...@gm...> - 2010-02-13 17:14:43
|
Great thanks Rajani - do you get mails from witchcraft developers list ? If not I can add you to the list. On Fri, Feb 12, 2010 at 3:56 PM, Rajani Ramsagar <raj...@gm...> wrote: > > > Hi Jess, > > You were right! I changed SF password and it worked nice. I have checked in > the Spring-ServiceMix POC in playground folder. > > Thanks & Regards, > Rajani Ramsagar > > > On Sat, Feb 13, 2010 at 2:02 AM, J Singh <sin...@gm...> wrote: >> >> Hi Rajani, >> Thats strange - I am using tecnoesis - is that correct for you ? Also >> you might try changing your sf password, sometimes it expires without >> notifying. >> I have changed you from project manager to developer - see if that >> helps, also when you log in to sourceforge do you see witchcraftmda as >> one of your projects (listed on the right )? >> >> On Fri, Feb 12, 2010 at 2:49 PM, Rajani Ramsagar >> <raj...@gm...> wrote: >> > >> > >> > Hi Jess, >> > I was trying to check-in spring-servicemix integration POC into >> > playground >> > folder of the repository, but I could not use my Witchraft MDA login >> > credentials to commit. Can you please let me know the username / >> > password >> > for committing in SVN. >> > >> > Thanks & Regards, >> > Rajani Ramsagar >> > >> > >> > On Tue, Feb 2, 2010 at 10:22 PM, J Singh <sin...@gm...> wrote: >> >> >> >> Rajani, I have added you as a project manager to the project. You can >> >> check in the code to the 'playground' folder. >> >> Let me know if you run into any issues with OAW. >> >> Have a good trip. >> >> >> >> On Mon, Feb 1, 2010 at 3:45 AM, Rajani Ramsagar >> >> <raj...@gm...> wrote: >> >> > >> >> > Hi Jess, >> >> > >> >> > I want to let you know that I will be unavailable for a while as I >> >> > have >> >> > to >> >> > leave on an official trip. I will email you as soon as I touch ground >> >> > and >> >> > that should be around Feb 25th - March 1st. Hope this will not hold >> >> > up >> >> > our >> >> > work. I will take a look into OAW tutorials though. Do let me know if >> >> > there's something I need to do before heading off (Checking-in the >> >> > code >> >> > for >> >> > servicemix. If so, do let me know the folder I have to check into). >> >> > >> >> > Thanks & Regards, >> >> > Rajani Ramsagar >> >> > >> >> > >> >> > >> >> > On Sun, Jan 31, 2010 at 10:40 PM, J Singh <sin...@gm...> >> >> > wrote: >> >> >> >> >> >> Sorry the previous mail got sent prematurely - you should commit the >> >> >> code in svn. >> >> >> >> >> >> About monetizing - the idea is we will document it and release the >> >> >> project to the open source community (send the word out on sites >> >> >> like >> >> >> theserverside.com etc ) . Then we will approach companies to offer >> >> >> training and support in Witchcraft development and UML. We will also >> >> >> offer to write custom cartridges to suite their coding conventions >> >> >> and >> >> >> project specific needs. >> >> >> >> >> >> Most companies do an initial prototype as a part of a proposal , >> >> >> witchcraft can be an excellent tool for prototyping as well. >> >> >> >> >> >> The other area will be bidding on government projects - here in >> >> >> Canada >> >> >> there are lots of government bids, by having 70-80% code generated >> >> >> out >> >> >> of UML specs (which we need to do anyways ) , we will have an edge >> >> >> over competition. >> >> >> >> >> >> Let me know what you think >> >> >> >> >> >> On Sun, Jan 31, 2010 at 12:04 PM, J Singh <sin...@gm...> >> >> >> wrote: >> >> >> > Thanks for the great work Rajani, >> >> >> > The example worked beautifully without glitch -( I also tried >> >> >> > putting >> >> >> > a plain text file in the inbox - which got picked up but SM threw >> >> >> > a >> >> >> > complaint about it not being xml - which is again perfect >> >> >> > behaviour >> >> >> > ). >> >> >> > I am going to add you to the witchcraft svn >> >> >> > >> >> >> > On Sun, Jan 31, 2010 at 4:57 AM, Rajani Ramsagar >> >> >> > <raj...@gm...> wrote: >> >> >> >> >> >> >> >> Hi Jess, >> >> >> >> >> >> >> >> Glad that the ServiceMix POC was helpful. I am based in >> >> >> >> Bangalore, >> >> >> >> India. I >> >> >> >> will mail you back with my advances in OAW - Spring - ServiceMix >> >> >> >> code >> >> >> >> generation. Also would appreciate to know about the potential & >> >> >> >> monetizing >> >> >> >> of the product as you mentioned in the email. >> >> >> >> >> >> >> >> Thanks & Regards, >> >> >> >> Rajani Ramsagar >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Fri, Jan 29, 2010 at 9:47 PM, J Singh <sin...@gm...> >> >> >> >> wrote: >> >> >> >>> >> >> >> >>> Thanks a lot Rajani, excellent work - no problems I understand >> >> >> >>> work >> >> >> >>> requirements, will test the project today - >> >> >> >>> (am very excited ) - In the meantime can you start going through >> >> >> >>> some >> >> >> >>> of OAW tutorials - next step is to create spring /servicemix >> >> >> >>> artifacts >> >> >> >>> purely from a UML specificaiton - this project has huge >> >> >> >>> commercial >> >> >> >>> potential and will explain you how we can monetize it. BTW Where >> >> >> >>> are >> >> >> >>> you geogrpahically based ? >> >> >> >>> >> >> >> >>> On Thu, Jan 28, 2010 at 1:51 AM, Rajani Ramsagar >> >> >> >>> <raj...@gm...> wrote: >> >> >> >>> > >> >> >> >>> > Hi Jess, >> >> >> >>> > >> >> >> >>> > Sorry for the delay in my email. I was stuck with work. In >> >> >> >>> > case I >> >> >> >>> > am >> >> >> >>> > not >> >> >> >>> > too >> >> >> >>> > late, I have the POC for Spring - ServiceMix integration. I am >> >> >> >>> > attaching >> >> >> >>> > the >> >> >> >>> > code (SpringMix.zip) with the email. >> >> >> >>> > In this example, a JBI service will monitor a directory and >> >> >> >>> > will >> >> >> >>> > log >> >> >> >>> > the >> >> >> >>> > contents of the files to console with the aid of Log4j. (Based >> >> >> >>> > on >> >> >> >>> > traditional file-poller servicemix example). >> >> >> >>> > From the root directory of the project, execute mvn jbi: >> >> >> >>> > embeddedServicemix >> >> >> >>> > maven command. Once finished, a folder named "inbox" will be >> >> >> >>> > added >> >> >> >>> > to >> >> >> >>> > the >> >> >> >>> > project root. Move the "test-file.xml" to inbox and observe >> >> >> >>> > the >> >> >> >>> > file >> >> >> >>> > disappear. The contents of the file will be logged to the >> >> >> >>> > console. >> >> >> >>> > >> >> >> >>> > Thanks & Regards, >> >> >> >>> > Rajani Ramsagar >> >> >> >> >> >> >> >> >> >> >> > >> >> > >> >> > >> > >> > >> > >> > -- >> > Thanks & Regards, >> > Rajani Ramsagar >> > > > > > -- > Thanks & Regards, > Rajani Ramsagar > |
From: J S. <sin...@gm...> - 2010-02-09 04:16:27
|
Hi Joaquin, Feels great to hear from you - I understand you are busy with your work , in fact I have myself been very busy with my neural networks based Currency market predictions project (neuraltraders.info) - the idea is in forex market there is so much money that its easy to generate upto 1000$ returns per day if our predictions are right. You are the central pillar of our effort and the lead architect (with your tremendous grasp over Seam ) so we will wait for you to return - and good thing is this time around you will bring all the best practices from a real world project. And yes I agree newshopper should be model for seam crud as well other features such as email sending and pdf generation. BTW I checked out the newshopper with your changes and it works perfectly - with conversations now we are able to retain sort 1.- Studying best conversation and session timeout. (this is very important > to get good performance) Yes absolutely, we should also post questions of seam forum to validate our design and best practices. > 2.- Make sure not to leave open conversations. (this causes memory leaks) Yes again very important (BTW I wasnt aware orphaned conversations could lead to memory leaks -I always thought they were auto cleaned up by seam/garbage collector) > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, > firefox, chrome). Again a great suggestion. On Sun, Feb 7, 2010 at 7:05 AM, Joaquín Robles <eco...@gm...> wrote: > Hi Jess, > > For a long time since I've written, I've been very busy. > > Right now I can not work much in the project, but I would like to continue > working. > > In the project for which I work, we have had performance problems with the > conversation and sessions timeouts,I thought the following changes to > project newshopper: > > 1.- Studying best conversation and session timeout. (this is very important > to get good performance) > 2.- Make sure not to leave open conversations. (this causes memory leaks) > 3.- Do not mix with jsf html tags (this causes problems in iexplorer, > firefox, chrome). > > Do you agree with me? I think before using as a template project newshopper > we must ensure that has a very good performance. > > A greeting and I hope your response to work this way. > > |
From: J S. <sin...@gm...> - 2009-11-16 14:51:13
|
Joaquin, This will be an excellent solution - I have to admit my Seam knowledge is shallow at best and your proposal (with nested conversations ) should do it. Just test it out and commit your changes - I am very excited to see sort restore on cancel. Next big thing will be for you to come up with a design for integrating EntityQuery pattern back into oaw template and then implement it - this should push us close to releasing alpha version of Witchcraft's seam + richfaces archetype as we will have basic crud with searching, sorting, editing, deleting pagination, association support etc. We will announce it on the server side (TSS) , and hopefully will see people take it for a test drive. Also, I have assigned you role author on Witchcraftmda.com so now you can create a page on the site with richfaces archetype documentation. On Sun, Nov 15, 2009 at 2:49 PM, Joaquín Robles <eco...@gm...> wrote: > Hi Jess, > > I'm working with the newShopper project, to generate war file I've had to > change scope of javax.servlet dependency from runtime to provided. > > I've seen the /admin/entities/domain/customer/listCustomer.seam page, and > I've found a problem, the CustomerList.java component did not have the > @Scope annotation,then CustomerList was EVENT scope, this caused the lost of > sort order. > > If we annotated the class with Conversation Scope there's no problem (sort > is not lost) with the cancel button, but there's another problem (If you > want to preserve the sort order in actions) with the action's button > (save,edit,..). > > Conversation begin in listCustomer page, because there's a > propagation="begin" in s:link actions, but conversation ends when the user > select a save,edit,.. action,because there's many <end-conversation/> in > rules section of pages.xml. I think if the conversation begins in > listCustomer, the conversation must be ends in listCustomer, we can do it, > if we add in pages.xml > > <page view-id="/admin/entities/domain/customer/listCustomer.xhtml"> > <end-conversation/> > ... > ... > <page> > > Note: This end-converstaion is processed in render-response phase. > > If we change these two things (I have to review the remaining pages to avoid > conversation errors, I think we can use nested conversation in some actions) > whe can navigate between pages without loss sort order. > > What do you think? > |
From: J S. <sin...@gm...> - 2009-11-13 21:29:52
|
Thanks for the suggestion Gurpreet - can you verify it though in NewShopper project - this will save us a lot of effort ! On Fri, Nov 13, 2009 at 10:41 AM, Preet <gur...@gm...> wrote: > Not sure if u still need this or not, > > > By passing validation in jsf > > Set immedate=true for command button and in backing bean method of that > button call > > context.renderResponse() > > This call will skip rest of jsf life cycle. > > From core jsf book look at page 308 > > Njoy > > > > On Nov 13, 2009, at 9:22 AM, J Singh <sin...@gm...> wrote: > >> OK Thanks Joaquin - now about the cancel restoring the previous state >> - if you can work on that and the next thing (or you can do that >> before - to get your hands wet with OAW generatinon - will you find >> putting the changes I made for newshopper - entityquery integration >> into an oaw template ?) - let me know. >> >> On Thu, Nov 12, 2009 at 4:43 PM, Joaquín Robles <eco...@gm...> >> wrote: >>> >>> Hi Jess, >>> >>> I commited the last archetype.xml the other day. >>> >>> >>> 2009/11/10 J Singh <sin...@gm...> >>>> >>>> Joaquin, the archetype is fine - Ideally it should match checkstyle >>>> standards (btw you should share you checkstyle template with the team >>>> - we need to keep it easy though but still stringent enough to filter >>>> out things such as hardcoding). >>>> >>>> I have integrated EntityQuery pattern for listing, searching and >>>> sorting - the proof of concept is in a project called NewShopper (on >>>> svn root). You should take a look at this project - create a few >>>> customers. (Clicking admin console on the index.seam page will take >>>> you right to admin interface) >>>> One interesting task is to make sure cancel takes us to same page >>>> (and state) as we were before e.g. when you sort records on a field >>>> such as date created and then view a particular record by clicking on >>>> the view link, when you hit 'Back to Listing' it forgets the sort >>>> order. This is a hot topic on Seam forum as well - see if you can find >>>> a way around it. >>>> >>>> Did you check in the new archteype.xml file ? >>>> >>>> >>>> On Mon, Nov 9, 2009 at 12:29 PM, Joaquín Robles <eco...@gm...> >>>> wrote: >>>>> >>>>> You're right, I forgot to commit last archetype.xml version. >>>>> >>>>> I will upload the documentation archetype on witchcraftmda.com. >>>>> >>>>> Do I continue with the project archetype to pass checkstyle plugin and >>>>> write >>>>> more test like TDD methodology? or you think I must do another task?. >>>>> >>>>> >>>>> 2009/11/9 J Singh <sin...@gm...> >>>>>> >>>>>> This is excellent work Joaquin - I think this is all we need for the >>>>>> archetype - Besides tomcat we also need jetty support which is just a >>>>>> matter of adding the plugin to the build section. >>>>>> >>>>>> When I try to use the archetype I get the error >>>>>> Unable to find resource >>>>>> 'archetype-resources/src/main/webapp/adios.xhtml' - maybe you forgot >>>>>> to commit this file. >>>>>> >>>>>> Also I like the fact that you are using the tracker and going forward >>>>>> we should all start using SF Tracker for features and bugs. >>>>>> The documentation that you created should be put on witchcraftmda.com >>>>>> site - I will add you as a user on drupal and assign you write >>>>>> privileges. >>>>>> >>>>>> Thanks again for all your help. >>>>>> >>>>>> On Sun, Nov 8, 2009 at 12:34 PM, Joaquín Robles >>>>>> <eco...@gm...> >>>>>> wrote: >>>>>>> >>>>>>> Hi Jess, >>>>>>> >>>>>>> I commit last changes in SeamRichfacesArchetype, with this, we can >>>>>>> generate >>>>>>> a simple Jboss Seam project, only have to create a mysql database and >>>>>>> run >>>>>>> the mvn archetype:create with the correct parameters to use >>>>>>> seamRichfacesArchetype (-DarchetypeGroupId -DarchetypeArtifactId >>>>>>> -DarchetypeVersion -DgroupId -DartifactId). >>>>>>> >>>>>>> This contain only a web application with a login page. I'm using >>>>>>> checkstyle >>>>>>> plugin to check the code (I must fix still some classes) and plugin >>>>>>> to >>>>>>> deploy in tomcat. (mvn clean install checkstyle: checkstyle to >>>>>>> generate >>>>>>> report, and mvn tomcat:deploy to deploy) >>>>>>> >>>>>>> There's persistence test, and I have experience in TDD methodology >>>>>>> and >>>>>>> I'm >>>>>>> thinking to use this methodology at the project. >>>>>>> >>>>>>> How I said this is a simple archetype, what do you think we need?, >>>>>>> you >>>>>>> told >>>>>>> me about Entity Query Design. I think also write some documentation >>>>>>> about to >>>>>>> use the archetype. >>>>>>> >>>>>>> note: I'm using sourceforge tracker system, when I commit I write in >>>>>>> comment: >>>>>>> >>>>>>> http://sourceforge.net/support/tracker.php?aid=2860950 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Witchcraft-developers mailing list >> Wit...@li... >> https://lists.sourceforge.net/lists/listinfo/witchcraft-developers > |
From: J S. <sin...@gm...> - 2009-11-13 14:22:19
|
OK Thanks Joaquin - now about the cancel restoring the previous state - if you can work on that and the next thing (or you can do that before - to get your hands wet with OAW generatinon - will you find putting the changes I made for newshopper - entityquery integration into an oaw template ?) - let me know. On Thu, Nov 12, 2009 at 4:43 PM, Joaquín Robles <eco...@gm...> wrote: > Hi Jess, > > I commited the last archetype.xml the other day. > > > 2009/11/10 J Singh <sin...@gm...> >> >> Joaquin, the archetype is fine - Ideally it should match checkstyle >> standards (btw you should share you checkstyle template with the team >> - we need to keep it easy though but still stringent enough to filter >> out things such as hardcoding). >> >> I have integrated EntityQuery pattern for listing, searching and >> sorting - the proof of concept is in a project called NewShopper (on >> svn root). You should take a look at this project - create a few >> customers. (Clicking admin console on the index.seam page will take >> you right to admin interface) >> One interesting task is to make sure cancel takes us to same page >> (and state) as we were before e.g. when you sort records on a field >> such as date created and then view a particular record by clicking on >> the view link, when you hit 'Back to Listing' it forgets the sort >> order. This is a hot topic on Seam forum as well - see if you can find >> a way around it. >> >> Did you check in the new archteype.xml file ? >> >> >> On Mon, Nov 9, 2009 at 12:29 PM, Joaquín Robles <eco...@gm...> >> wrote: >> > You're right, I forgot to commit last archetype.xml version. >> > >> > I will upload the documentation archetype on witchcraftmda.com. >> > >> > Do I continue with the project archetype to pass checkstyle plugin and >> > write >> > more test like TDD methodology? or you think I must do another task?. >> > >> > >> > 2009/11/9 J Singh <sin...@gm...> >> >> >> >> This is excellent work Joaquin - I think this is all we need for the >> >> archetype - Besides tomcat we also need jetty support which is just a >> >> matter of adding the plugin to the build section. >> >> >> >> When I try to use the archetype I get the error >> >> Unable to find resource >> >> 'archetype-resources/src/main/webapp/adios.xhtml' - maybe you forgot >> >> to commit this file. >> >> >> >> Also I like the fact that you are using the tracker and going forward >> >> we should all start using SF Tracker for features and bugs. >> >> The documentation that you created should be put on witchcraftmda.com >> >> site - I will add you as a user on drupal and assign you write >> >> privileges. >> >> >> >> Thanks again for all your help. >> >> >> >> On Sun, Nov 8, 2009 at 12:34 PM, Joaquín Robles >> >> <eco...@gm...> >> >> wrote: >> >> > Hi Jess, >> >> > >> >> > I commit last changes in SeamRichfacesArchetype, with this, we can >> >> > generate >> >> > a simple Jboss Seam project, only have to create a mysql database and >> >> > run >> >> > the mvn archetype:create with the correct parameters to use >> >> > seamRichfacesArchetype (-DarchetypeGroupId -DarchetypeArtifactId >> >> > -DarchetypeVersion -DgroupId -DartifactId). >> >> > >> >> > This contain only a web application with a login page. I'm using >> >> > checkstyle >> >> > plugin to check the code (I must fix still some classes) and plugin >> >> > to >> >> > deploy in tomcat. (mvn clean install checkstyle: checkstyle to >> >> > generate >> >> > report, and mvn tomcat:deploy to deploy) >> >> > >> >> > There's persistence test, and I have experience in TDD methodology >> >> > and >> >> > I'm >> >> > thinking to use this methodology at the project. >> >> > >> >> > How I said this is a simple archetype, what do you think we need?, >> >> > you >> >> > told >> >> > me about Entity Query Design. I think also write some documentation >> >> > about to >> >> > use the archetype. >> >> > >> >> > note: I'm using sourceforge tracker system, when I commit I write in >> >> > comment: >> >> > >> >> > http://sourceforge.net/support/tracker.php?aid=2860950 >> >> > >> >> > >> >> > >> >> > >> > >> > > > |
From: J S. <sin...@gm...> - 2009-11-10 14:31:51
|
Joaquin, the archetype is fine - Ideally it should match checkstyle standards (btw you should share you checkstyle template with the team - we need to keep it easy though but still stringent enough to filter out things such as hardcoding). I have integrated EntityQuery pattern for listing, searching and sorting - the proof of concept is in a project called NewShopper (on svn root). You should take a look at this project - create a few customers. (Clicking admin console on the index.seam page will take you right to admin interface) One interesting task is to make sure cancel takes us to same page (and state) as we were before e.g. when you sort records on a field such as date created and then view a particular record by clicking on the view link, when you hit 'Back to Listing' it forgets the sort order. This is a hot topic on Seam forum as well - see if you can find a way around it. Did you check in the new archteype.xml file ? On Mon, Nov 9, 2009 at 12:29 PM, Joaquín Robles <eco...@gm...> wrote: > You're right, I forgot to commit last archetype.xml version. > > I will upload the documentation archetype on witchcraftmda.com. > > Do I continue with the project archetype to pass checkstyle plugin and write > more test like TDD methodology? or you think I must do another task?. > > > 2009/11/9 J Singh <sin...@gm...> >> >> This is excellent work Joaquin - I think this is all we need for the >> archetype - Besides tomcat we also need jetty support which is just a >> matter of adding the plugin to the build section. >> >> When I try to use the archetype I get the error >> Unable to find resource >> 'archetype-resources/src/main/webapp/adios.xhtml' - maybe you forgot >> to commit this file. >> >> Also I like the fact that you are using the tracker and going forward >> we should all start using SF Tracker for features and bugs. >> The documentation that you created should be put on witchcraftmda.com >> site - I will add you as a user on drupal and assign you write >> privileges. >> >> Thanks again for all your help. >> >> On Sun, Nov 8, 2009 at 12:34 PM, Joaquín Robles <eco...@gm...> >> wrote: >> > Hi Jess, >> > >> > I commit last changes in SeamRichfacesArchetype, with this, we can >> > generate >> > a simple Jboss Seam project, only have to create a mysql database and >> > run >> > the mvn archetype:create with the correct parameters to use >> > seamRichfacesArchetype (-DarchetypeGroupId -DarchetypeArtifactId >> > -DarchetypeVersion -DgroupId -DartifactId). >> > >> > This contain only a web application with a login page. I'm using >> > checkstyle >> > plugin to check the code (I must fix still some classes) and plugin to >> > deploy in tomcat. (mvn clean install checkstyle: checkstyle to generate >> > report, and mvn tomcat:deploy to deploy) >> > >> > There's persistence test, and I have experience in TDD methodology and >> > I'm >> > thinking to use this methodology at the project. >> > >> > How I said this is a simple archetype, what do you think we need?, you >> > told >> > me about Entity Query Design. I think also write some documentation >> > about to >> > use the archetype. >> > >> > note: I'm using sourceforge tracker system, when I commit I write in >> > comment: >> > >> > http://sourceforge.net/support/tracker.php?aid=2860950 >> > >> > >> > >> > > > |
From: J S. <sin...@gm...> - 2009-11-09 17:14:05
|
This is excellent work Joaquin - I think this is all we need for the archetype - Besides tomcat we also need jetty support which is just a matter of adding the plugin to the build section. When I try to use the archetype I get the error Unable to find resource 'archetype-resources/src/main/webapp/adios.xhtml' - maybe you forgot to commit this file. Also I like the fact that you are using the tracker and going forward we should all start using SF Tracker for features and bugs. The documentation that you created should be put on witchcraftmda.com site - I will add you as a user on drupal and assign you write privileges. Thanks again for all your help. On Sun, Nov 8, 2009 at 12:34 PM, Joaquín Robles <eco...@gm...> wrote: > Hi Jess, > > I commit last changes in SeamRichfacesArchetype, with this, we can generate > a simple Jboss Seam project, only have to create a mysql database and run > the mvn archetype:create with the correct parameters to use > seamRichfacesArchetype (-DarchetypeGroupId -DarchetypeArtifactId > -DarchetypeVersion -DgroupId -DartifactId). > > This contain only a web application with a login page. I'm using checkstyle > plugin to check the code (I must fix still some classes) and plugin to > deploy in tomcat. (mvn clean install checkstyle: checkstyle to generate > report, and mvn tomcat:deploy to deploy) > > There's persistence test, and I have experience in TDD methodology and I'm > thinking to use this methodology at the project. > > How I said this is a simple archetype, what do you think we need?, you told > me about Entity Query Design. I think also write some documentation about to > use the archetype. > > note: I'm using sourceforge tracker system, when I commit I write in > comment: > > http://sourceforge.net/support/tracker.php?aid=2860950 > > > > |
From: J S. <sin...@gm...> - 2009-09-18 20:36:55
|
Team, We are about to set sail on a very exciting technology voyage - moving from restrictive Java UIs - JSF / Spring MVC etc to Flex - enabling us create truely decoupled systems. Those interested can download Eclipse Galileo and install the following fplugins Install Eclipse imp http://www.eclipse.org/imp/ Then install eclipse AXDT plugin for Flash development - actionscript and flex Axdt.org. To get started with flex - here is some documentation http://livedocs.adobe.com/flex/3/html/help.html?content=mxml_1.html If interested write to me at sin...@gm.... Will be organizing a basic tutorial on OAW - how to create a very simple code generator (not related to Witchcraft - just plain OAW and UML ). |
From: Jess S. <sin...@gm...> - 2009-08-18 01:08:32
|
Wow Rosie this is absolutely stunning - you have a knack for finding some real gems - thanks a ton - sure this is what appointment module for imed should use !! On Mon, Aug 17, 2009 at 3:12 PM, Rosie Wood <cod...@go...>wrote: > Hi Jess, > This calendar <http://code.google.com/p/jquery-week-calendar/>looks like what you were looking for in IMed, some time ago. It has drag n > drop and is free to download<http://code.google.com/p/jquery-week-calendar/downloads/list>. > It has a MIT licence <http://www.opensource.org/licenses/mit-license.php>, > cant remember what that is but think its OK to use as long as you have a > page with the licence on it and a link to it in the readme file. Would have > to check though. Theres a cool online demo<http://jquery-week-calendar.googlecode.com/svn/trunk/jquery.weekcalendar/full_demo/weekcalendar_full_demo.html>too! (I'll continue with galileo tomorrow.) > > Rosie > > -- > http://www.solundrian.com > |
From: Jess S. <sin...@gm...> - 2009-08-16 18:54:43
|
http://neuroph.sourceforge.net/Neuro%20Fuzzy%20reasoner%20for%20student%20modeling.pdf |
From: Jess S. <sin...@gm...> - 2009-08-11 18:45:40
|
Joaquin, Great - excited to have you on team - to get started on richfaces archetype you need to look at the two projects from witchcraft svn (i) SeamIceFacesArchetype: The archetype that we use for icefaces project (ii) Richshopper: A sample project - this should be the basis for the archetype I created a utility ArchCreator that helps with spitting out maven archetype.xml file from a directory - you can find it in MdaSupport project in mdautils package. Let me know if you run into problems. On Mon, Aug 10, 2009 at 12:13 PM, Joaquín Robles <eco...@gm...>wrote: > Jess, > > I've realized some reports by Jasper reports, I'm using iReport to generate > jasper files. > > RichFaces maven archetype it's interesting. > > 2009/8/10 Jess Singh <sin...@gm...> > > Joaquin , >> >> Thanks for your offer but I had already fixed the tests - very minor >> changes were needed anyways - I have committed the code and you can get it >> at your convenience. >> >> Also I have added you to Witchcraft project with 'Project Manager' >> privileges - so you can commit the changed pom.xml. >> >> I can assign you creation of a richfaces maven archetype if you are >> interested >> >> Do you have any experience with Jasper reports ? >> >> >> On Mon, Aug 10, 2009 at 2:30 AM, Joaquín Robles <eco...@gm...>wrote: >> >>> Jess, >>> >>> If you are working in another thing, I can begin fixing this tests, I >>> can't? >>> >>> 2009/8/9 Jess Singh <sin...@gm...> >>> >>> Joaquin >>>> >>>> God work with the hibernate annotation change (from ga to GA) - feel >>>> free to check in the new pom.xml into svn. >>>> I am looking into the test failures and will checkin a version with >>>> tests fixed. >>>> >>>> >>>> On Sun, Aug 9, 2009 at 1:49 PM, Joaquín Robles <eco...@gm...>wrote: >>>> >>>>> Hi Jess, >>>>> >>>>> I've realized checkout from imed project, to import java project in >>>>> Eclipse without error, I only change some version of dependecy libraries >>>>> like hibernate annotation what have the version in lowercase (3.4.0.ga) >>>>> and Linux not fint the folder in maven repository, I change by >>>>> 3.4.0.GA and it's build correctly. >>>>> >>>>> When I realice clean install from eclipse, 6 test are failed, at the >>>>> end of mail I copy & paste these errors. I've tried mvn clean install from >>>>> command line and another error is throw, I copy & paste so. >>>>> >>>>> In the BaseTest.java by example fails: >>>>> >>>>> public void init() { >>>>> emf = Persistence.createEntityManagerFactory("imed"); >>>>> EntityManager em = >>>>> getEntityManagerFactory().createEntityManager(); >>>>> >>>>> getAction().setEntityManager(Search.createFullTextEntityManager(em)); >>>>> } >>>>> >>>>> public BaseAction<T> getAction(){ >>>>> return null; >>>>> } >>>>> >>>>> getAction() return un NPE, this is the latest code? >>>>> >>>>> >>>>> From eclipse: >>>>> >>>>> >>>>> ------------------------------------------------------------------------------- >>>>> Test set: TestSuite >>>>> >>>>> ------------------------------------------------------------------------------- >>>>> Tests run: 13, Failures: 6, Errors: 0, Skipped: 3, Time elapsed: 26.893 >>>>> sec <<< FAILURE! >>>>> init(org.witchcraft.action.test.AuthenticatorTest) Time elapsed: 0 >>>>> sec <<< FAILURE! >>>>> java.lang.NullPointerException >>>>> at org.witchcraft.action.test.BaseTest.init(BaseTest.java:25) >>>>> at >>>>> org.witchcraft.action.test.AuthenticatorTest.init(AuthenticatorTest.java:20) >>>>> >>>>> testSave(org.cerebrum.domain.customforms.action.CustomFormTest) Time >>>>> elapsed: 0.032 sec <<< FAILURE! >>>>> java.lang.NullPointerException >>>>> at java.util.AbstractCollection.addAll(AbstractCollection.java:303) >>>>> at >>>>> org.cerebrum.domain.customforms.action.CustomFormAction.updateComposedAssociations(CustomFormAction.java:113) >>>>> at org.witchcraft.seam.action.BaseAction.save(BaseAction.java:162) >>>>> at >>>>> org.cerebrum.domain.customforms.action.CustomFormTest.testSave(CustomFormTest.java:40) >>>>> >>>>> testSave(org.cerebrum.domain.customforms.action.FilledFormTest) Time >>>>> elapsed: 0.222 sec <<< FAILURE! >>>>> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 >>>>> at java.util.ArrayList.RangeCheck(ArrayList.java:547) >>>>> at java.util.ArrayList.get(ArrayList.java:322) >>>>> at >>>>> org.cerebrum.domain.customforms.action.FilledFormTest.testSave(FilledFormTest.java:42) >>>>> >>>>> testIndex(org.cerebrum.domain.patient.action.AllergyTest) Time >>>>> elapsed: 0.042 sec <<< FAILURE! >>>>> javax.persistence.PersistenceException: >>>>> org.hibernate.PropertyValueException: not-null property references a null or >>>>> transient value: org.cerebrum.domain.patient.Allergy.patient >>>>> at >>>>> org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:614) >>>>> at >>>>> org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:226) >>>>> at >>>>> org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.persist(FullTextEntityManagerImpl.java:93) >>>>> at org.witchcraft.seam.action.BaseAction.save(BaseAction.java:163) >>>>> at >>>>> org.cerebrum.domain.patient.action.AllergyTest.testIndex(AllergyTest.java:36) >>>>> Caused by: org.hibernate.PropertyValueException: not-null property >>>>> references a null or transient value: >>>>> org.cerebrum.domain.patient.Allergy.patient >>>>> at >>>>> org.hibernate.engine.Nullability.checkNullability(Nullability.java:72) >>>>> at >>>>> org.hibernate.event.def.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:290) >>>>> at >>>>> org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:181) >>>>> at >>>>> org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:107) >>>>> at >>>>> org.hibernate.ejb.event.EJB3PersistEventListener.saveWithGeneratedId(EJB3PersistEventListener.java:49) >>>>> at >>>>> org.hibernate.event.def.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:131) >>>>> at >>>>> org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:87) >>>>> at >>>>> org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:38) >>>>> at org.hibernate.impl.SessionImpl.firePersist(SessionImpl.java:618) >>>>> at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:592) >>>>> at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:596) >>>>> at >>>>> org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:220) >>>>> ... 32 more >>>>> >>>>> testSearch(org.witchcraft.action.test.EntityCommentTest) Time elapsed: >>>>> 0.013 sec <<< FAILURE! >>>>> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 >>>>> at java.util.ArrayList.RangeCheck(ArrayList.java:547) >>>>> at java.util.ArrayList.get(ArrayList.java:322) >>>>> at >>>>> org.witchcraft.action.test.EntityCommentTest.testSearch(EntityCommentTest.java:57) >>>>> >>>>> init(org.witchcraft.action.test.TemplateTest) Time elapsed: 1.197 sec >>>>> <<< FAILURE! >>>>> java.lang.NullPointerException >>>>> at org.witchcraft.action.test.BaseTest.init(BaseTest.java:25) >>>>> at >>>>> org.witchcraft.action.test.TemplateTest.init(TemplateTest.java:20) >>>>> >>>>> >>>>> >>>>> From command line: >>>>> >>>>> ------------------------------------------------------- >>>>> T E S T S >>>>> ------------------------------------------------------- >>>>> org.apache.maven.surefire.booter.SurefireExecutionException: >>>>> org.testng.xml.XmlSuite.setParallel(Z)V; nested exception is >>>>> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V >>>>> java.lang.NoSuchMethodError: org.testng.xml.XmlSuite.setParallel(Z)V >>>>> at >>>>> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:123) >>>>> at org.apache.maven.surefire.Surefire.run(Surefire.java:132) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at >>>>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) >>>>> at >>>>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) >>>>> >>>>> >>>>> Sorry for the too long mail. >>>>> >>>>> 2009/8/6 Jess Singh <sin...@gm...> >>>>> >>>>>> Hi Joaquin, >>>>>> >>>>>> Here is what I have replied to your questions on witchcraftmda.comforum : >>>>>> >>>>>> I apologize, you are getting these problems because the Archetype that >>>>>> you used to generate the project has fallen out of sync with rest of the >>>>>> code - yes for now you can comment out the method from root.rpt file. >>>>>> >>>>>> If you want to see the latest code you should check out imed from svn >>>>>> which is a large electronic health record system. >>>>>> >>>>>> >>>>>> Let me know if you run into any more issues. We definitely need you >>>>>> for Witchcraft to be a success and as stated before I am willing to share >>>>>> revenues with core members should we meet any commercial success. >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> > |
From: Jess S. <sin...@gm...> - 2009-05-13 02:42:58
|
How will the next monday /tuesday work for you Shan - thanks a lot for your offer to help. I was thinking of doing the domain modeling of the project you had in mind together on dimdim (it allows us to share our computer screens ) Next step we can collaboratively quickly write a rich faces cartridge - in fact the previous version of wc used richfaces so we can salvage some code form it. Other developers/users who want to join in the meeting are welcome. On Mon, May 11, 2009 at 7:34 PM, Shanmukeshwara gutti <sha...@gm...> wrote: > Jess, > Sure, Please let me know when we can have the meeting. Currently I > am in China for business visit. So plan accordingly and let me know about > the schedule of the meeting. > > On Tue, May 12, 2009 at 12:02 AM, Jess Singh <sin...@gm...> wrote: >> >> Shan, >> >> Seam (and therefore ejb3) - seam also has security that wraps JAAS, >> Hibernate, Mysql are supported - we need to write a cartridge for web >> services though. >> >> Another half baked cartridge is for JSP, Servlets, Hibernate/JPA, >> Spring with Spring security stack. >> >> I am trying to put together a video on modeling using witchcraft and >> have also updated the getting started tutorial on witchcraftmda.com. >> >> Also trying to get venture capital to hire a team of programmers to >> finish the product. >> >> It will be excellent if you can help - we can setup time for a dimdim >> (online ) presentation wherein I can show you how you can create a >> simple shopper application using seam/icefaces in minutes - nice thing >> about icefaces is the app will run on cell phones - blackberry and >> iphone. There are quite a few outstanding issues and I can assign a >> few of them to you - when we go commerical - I am open to giving stake >> to contributors in the newly founded consulting company. >> >> >> >> On Sun, May 10, 2009 at 9:31 AM, Shanmukeshwara gutti >> <sha...@gm...> wrote: >> > Jess, >> > As I said in my earlier conversation (gmail chat) I am trying to >> > prototype a product using the witchcraft with following >> > - Hibernate >> > - Mysql >> > - Seam stack >> > - EJB3 >> > - WebServices >> > - Security (Acegi or any other) >> > - etc. >> > >> > I would like to hear from you whether these are supported currently in >> > the >> > witchcraft if so, Please do suggest me a user guide or developer guide >> > for >> > doing this. >> > >> > I tried but having lot of obstacles while doing. >> > >> > Your help in this regards is highly appreciated. >> > >> > Looking forward for further communication. >> > >> > -- >> > Thanks >> > GSR >> > http://www.linkedin.com/in/sgutti >> > @mobile-9885300857 >> > > > > > -- > Thanks > GSR > http://www.linkedin.com/in/sgutti > @mobile- +919885300857 > |
From: Jess S. <sin...@gm...> - 2009-05-12 19:11:00
|
---------- Forwarded message ---------- From: <mes...@we...> Date: Tue, May 12, 2009 at 2:04 PM Subject: Reminder for Web seminar: Three Techniques for Database Scalability with Hibernate To: sin...@gm... Hello Jagdeep Singh, This is a reminder that you are registered for the Web seminar. The seminar will start on time. Please join at least 10 minutes before the starting time so that you don't miss valuable information. Topic: Three Techniques for Database Scalability with Hibernate Host: Terracotta Host Date and Time: Thursday, May 14, 2009 11:00 am, Pacific Daylight Time (San Francisco, GMT-07:00) Event number: 668 080 929 Event password: TCHibernate09 Registration ID: This event does not require an enrollment ID ------------------------------------------------------- To join the online event ------------------------------------------------------- 1. Go to https://terracotta.webex.com/terracotta/onstage/g.php?d=668080929&t=a&EA=singhjess%40gmail.com&ET=5a97a5171b3751cefccbf841d822f71f 2. Click "Join Now". Note: You can view more information about the event at https://terracotta.webex.com/terracotta/onstage/g.php?d=668080929&t=a ------------------------------------------------------- To join the teleconference only ------------------------------------------------------- To receive a call back, provide your phone number when you join the event, or call the number below and enter the access code. Call-in toll-free number (US/Canada): 866-699-3239 Call-in toll number (US/Canada): 1-408-792-6300 Global call-in numbers: https://terracotta.webex.com/terracotta/terracotta/globalcallin.php?serviceType=EC&ED=92305932&tollFree=1 Toll-free dialing restrictions: http://www.webex.com/pdf/tollfree_restrictions.pdf Access code: 668 080 929 ------------------------------------------------------- For assistance ------------------------------------------------------- You can contact Terracotta Host at: mar...@te... The playback of UCF (Universal Communications Format) rich media files requires appropriate players. To view this type of rich media files in the meeting, please check whether you have the players installed on your computer by going to https://terracotta.webex.com/terracotta/onstage/systemdiagnosis.php IMPORTANT NOTICE: This WebEx service includes a feature that allows audio and any documents and other materials exchanged or viewed during the session to be recorded. By joining this session, you automatically consent to such recordings. If you do not consent to the recording, do not join the session. |
From: Jess S. <sin...@gm...> - 2009-04-25 15:35:30
|
Apologies forgot to mention the date - it is Sunday - 26th April 2009, Rohit the duration will be roughly 1.5 hrs. Highly recommended : Go through the steps at http://witchcraftmda.com/gettingStarted If you run into issues feel free to post on the forum. |
From: Jess S. <sin...@gm...> - 2009-04-25 00:50:52
|
Will be covering UML class diagram basics and code generation for a small but complete app - please reply to this email and let me know if you can attend the session. Make sure you have the following software: Magicdraw (www.magicdraw.com) SqlYog Maven Eclipse Ganymede Create a dimdim account if you can - the room is called jsingh. GMT can be refrerenced at http://wwp.greenwichmeantime.com/ |
From: Jess S. <sin...@gm...> - 2009-04-20 18:19:22
|
Kamal, Good news you were able to complete I am hoping Rosie will do the prerequisites page (maven, eclipse plugins, mysql, magicdraw etc). Thanks for pointing out the persistence file I will fix that - yes we do need to add to it - the next step which is modeling a class - I will work on it. This week we are planning to have a dimdim session in which I will cover class diagrams in UML and how to generate code from then using Witchcraft - let me know if you are interested. Can you in your spare time figure a way to use list shuttle component (similar to richfaces) in icefaces - people have tried to integrate dojo with icefaces : http://www.icefaces.org/JForum/posts/list/8506.page - but I am not sure what will be involved in such a component. On Sun, Apr 19, 2009 at 10:55 AM, Kamalpreet Singh <kam...@gm...> wrote: > Hi Jagdeep, > > I am successfully able to run the "jshopper" application with the steps > mentioned in Getting Started page. > > How about adding "Prerequisites" and "System Requirements" info also. (Like > required Maven version etc..) > > At the same time third point of "Getting Started" page is incomplete. Is not > it? I mean file persistence file name is missing. > > Thanks > Kamalpreet Singh > |