Well yeah, Surf is mainly for Alfresco people doing Share customizations or custom webapps with the knowledge they have from Share already.
If your usecase is to make portlet, then just use the...
Type: Posts; User: huima; Keyword(s):
Well yeah, Surf is mainly for Alfresco people doing Share customizations or custom webapps with the knowledge they have from Share already.
If your usecase is to make portlet, then just use the...
Hi all,
is there any documentation on how to get build environment into a state that you can build Spring WS from the sources?
What I would like to do is to create my own javadocs and in...
Figured out what was wrong.
I used status.setComplete() in portlet actionphase, which meant that even though the session attribute was properly cleared away it was later on added again into the...
Did anyone else check whether 3.0.3 update fixed the issue?
As I am currently testing it seems that it is not fixed.
Will have to isolate example portlet into own project and add that to the...
We'll have to take a look at it. We're using Caucho Resin as the application server, and it's JMS options look promising. We are doing - for now - something really simple, so using JMS feels and...
Hi,
we are currently looking into Spring integration and how to use it as a base for messaging subsystem in our project.One thing that we would like to implement or see implemented with SI is some...
We are starting to model our application around spring integration, so yeah - we wish for flying cars and are most likely happy to test SI too .-D
The core ideas are about the same, depending of course on your definition of ESB. If you look at Enterprise integration patterns book as your base, you can do the things mentioned there pretty much...
The sad part is that every time I've looked at Seam and tried to learn it, I've felt that I would so want to do this with Spring and MVC or webflow.
On the TSS thread there is a very good dialogue...
+1
I can make donations in terms of money, but my main interest is not building a framework. Spring CE sounds like a good option if nothing else comes along as a viable way to go forward. One has...
Check.
Actually had the opportunity ask this from Ben at Serverside symposium.
Apparently intention is to get a milestone release for people to test and give feedback released during the...
Any info on the timeline?
And / or information how it will simplify securing applications?
Yes,
I just tested with previous version v2 b19 and it works as suspected.
I'll be writing to the Glassfish users list and see if someone picks up on it.
Some additional info.
In a webflow JSP view I printed out information about the request.
${pageContext.request.contextPath} --> /uep , which is what is expected. Context root for the...
Thanks for quick replies.
I checked the phonebook application, and on my setup it produces following:
<form id="searchCriteria" method="post"...
Hi,
I just upgraded to Webflow 1.03 and noticed that application, which worked with previous version stopped working.
I did identify problem to Spring form-tag, and to situations where...
Hi,
I noticed strange behaviour on our system when using HibernateTemplate in Spring - compared to doing same thing with just Hibernate session.
We have a node-table where child-parent...