<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 4/16/2013 3:59 AM, Sebastien Blanc
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAD_dpu1Dx0qFytDCpQ9UROh-6FgqepEPYyqA-+eaG-_D1-DbVQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Nice write up !&nbsp;
        <div>Beside the controller side, and talking about consistency,
          did our Pipes support mutlipart ? A common use case would be a
          hybrid app that wants to upload a picture from the camera,
          would be really nice if we can do this with a Pipe.</div>
      </div>
    </blockquote>
    Hopefully I can get something working with this for my Ajug demo :))<br>
    (source so far is <a href="https://github.com/secondsun/AjugBook">https://github.com/secondsun/AjugBook</a>
    )<br>
    <blockquote
cite="mid:CAD_dpu1Dx0qFytDCpQ9UROh-6FgqepEPYyqA-+eaG-_D1-DbVQ@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Tue, Apr 16, 2013 at 7:29 AM, Daniel
          Bevenius <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:daniel.bevenius@gmail.com" target="_blank">daniel.bevenius@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div>I'll take a look at what the mapping might look like
                and post back with a suggestion.&nbsp;<br>
              </div>
              <div class="im">
                <div><br>
                </div>
                &gt;<span
                  style="font-family:arial,sans-serif;font-size:13px">same
                  here, not sure if still (good) maintained, since it
                  (multipart) is now part of the servlet spec;</span></div>
              <div>
                <span
                  style="font-family:arial,sans-serif;font-size:13px">Good
                  point here Matthias. Let me take another look into
                  this and see if we can somehow use the MultipartConfig
                  from the spec. This would have been our first choice,
                  but as far as I know this is not supported from a
                  filter but only when used on a Servlet. I'll see if
                  there is another way to do this.</span></div>
              <div><span
                  style="font-family:arial,sans-serif;font-size:13px"><br>
                </span></div>
              <div>
                <div>Thanks for the feedback!</div>
                <div><br>
                </div>
              </div>
            </div>
            <div class="HOEnZb">
              <div class="h5">
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">
                    On 15 April 2013 17:50, Matthias Wessendorf <span
                      dir="ltr">&lt;<a moz-do-not-send="true"
                        href="mailto:matzew@apache.org" target="_blank">matzew@apache.org</a>&gt;</span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr"><br>
                        <div class="gmail_extra"><br>
                          <br>
                          <div class="gmail_quote">
                            <div>On Mon, Apr 15, 2013 at 9:19 PM,
                              Summers Pittman <span dir="ltr">&lt;<a
                                  moz-do-not-send="true"
                                  href="mailto:supittma@redhat.com"
                                  target="_blank">supittma@redhat.com</a>&gt;</span>
                              wrote:<br>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
                                <div>
                                  <div>On Monday, April 15, 2013
                                    10:00:14 AM, Daniel Bevenius wrote:<br>
                                    &gt; Hi!<br>
                                    &gt;<br>
                                    &gt; I've created a gist to discuss
                                    possible ways to implement<br>
                                    &gt; multipart-support in AeroGear
                                    Controller:<br>
                                    &gt; <a moz-do-not-send="true"
                                      href="https://gist.github.com/danbev/fec1fe498cabdf0aef6a"
                                      target="_blank">https://gist.github.com/danbev/fec1fe498cabdf0aef6a</a><br>
                                    &gt;<br>
                                    &gt; Any suggestion/comments are
                                    welcome.<br>
                                    &gt;<br>
                                    &gt; /Dan<br>
                                  </div>
                                </div>
                                I don't mind relying on
                                commons-fileupload.<br>
                              </blockquote>
                              <div><br>
                              </div>
                            </div>
                            <div>same here, not sure if still (good)
                              maintained, since it (multipart) is now
                              part of the servlet spec;</div>
                            <div>
                              <div><br>
                              </div>
                              <div>&nbsp;</div>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
                                <br>
                                It would be nice (but more work) if we
                                could marshall objects with<br>
                                multipart like we can with JSON. &nbsp;For
                                fields which aren't files that is<br>
                                easy. &nbsp;For fields which are files we
                                would have some behavior to define.<br>
                                <br>
                                I'm all for making easy bindings for
                                common types (maybe byte[], File,<br>
                                InputStream, BufferedImage) and having
                                an easy way to inject custom<br>
                                processing (perhaps with annotations).<br>
                              </blockquote>
                              <div><br>
                              </div>
                            </div>
                            <div>that would be nice, to have an easy
                              mapping</div>
                            <div>
                              <div><br>
                              </div>
                              <div>&nbsp;</div>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
                                <br>
                                &gt;<br>
                                &gt;<br>
                                &gt;
                                _______________________________________________<br>
                                &gt; aerogear-dev mailing list<br>
                                &gt; <a moz-do-not-send="true"
                                  href="mailto:aerogear-dev@lists.jboss.org"
                                  target="_blank">aerogear-dev@lists.jboss.org</a><br>
                                &gt; <a moz-do-not-send="true"
                                  href="https://lists.jboss.org/mailman/listinfo/aerogear-dev"
                                  target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
                                <br>
                                <br>
_______________________________________________<br>
                                aerogear-dev mailing list<br>
                                <a moz-do-not-send="true"
                                  href="mailto:aerogear-dev@lists.jboss.org"
                                  target="_blank">aerogear-dev@lists.jboss.org</a><br>
                                <a moz-do-not-send="true"
                                  href="https://lists.jboss.org/mailman/listinfo/aerogear-dev"
                                  target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
                              </blockquote>
                            </div>
                          </div>
                          <span><font color="#888888"><br>
                              <br clear="all">
                              <div><br>
                              </div>
                              -- <br>
                              Matthias Wessendorf <br>
                              <br>
                              blog: <a moz-do-not-send="true"
                                href="http://matthiaswessendorf.wordpress.com/"
                                target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
                              sessions: <a moz-do-not-send="true"
                                href="http://www.slideshare.net/mwessendorf"
                                target="_blank">http://www.slideshare.net/mwessendorf</a><br>
                              twitter: <a moz-do-not-send="true"
                                href="http://twitter.com/mwessendorf"
                                target="_blank">http://twitter.com/mwessendorf</a>
                            </font></span></div>
                      </div>
                      <br>
                      _______________________________________________<br>
                      aerogear-dev mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:aerogear-dev@lists.jboss.org"
                        target="_blank">aerogear-dev@lists.jboss.org</a><br>
                      <a moz-do-not-send="true"
                        href="https://lists.jboss.org/mailman/listinfo/aerogear-dev"
                        target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
                    </blockquote>
                  </div>
                  <br>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            aerogear-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/aerogear-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
aerogear-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/aerogear-dev">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>