Groups
Groups
Sign in
Groups
Groups
RestExpress
Conversations
About
Send feedback
Help
RestExpress
Contact owners and managers
1–30 of 77
Thank you for your interest in RestExpress, the Java REST framework. The code, wiki and issues tracking is available on GitHub
RestExpress
project (
RestExpress.org
). There is an
FAQ page
on the
RestExpress Wiki
.
RestExpress
is aimed at supporting RESTful best practices according to the
RESTful Best Practices
eBook (free) available for review and download at
RestAPITutorial.com
Feel free to post a question or search for answers here.
Mark all as read
Report group
0 selected
s.mu...@gmail.com
,
Todd Fredrich
3
1/14/21
Receive large files
Hi Todd, Thanks for that response. As you might have guessed, I have a few follow up questions :D
unread,
Receive large files
Hi Todd, Thanks for that response. As you might have guessed, I have a few follow up questions :D
1/14/21
Ori S
,
Todd Fredrich
2
1/13/21
WebSockets support
Thanks for reaching out! My experience with WebSockets lead me to believe that mixing them with HTTP
unread,
WebSockets support
Thanks for reaching out! My experience with WebSockets lead me to believe that mixing them with HTTP
1/13/21
Avinash Kumar Sahu
,
Todd Fredrich
2
12/24/18
Q&A
Base URL showing http instead of https when SSL is enabled
Hmm... that base URL essentially boils down to a call of Request.getProtocol() which looks like this:
unread,
Q&A
Base URL showing http instead of https when SSL is enabled
Hmm... that base URL essentially boils down to a call of Request.getProtocol() which looks like this:
12/24/18
Filipp A.
,
Todd Fredrich
3
7/5/18
Status of RestExpress
Regarding future plans, I have a new snapshot version of RepoExpress in a dev branch... https://
unread,
Status of RestExpress
Regarding future plans, I have a new snapshot version of RepoExpress in a dev branch... https://
7/5/18
Justin Brubaker
12/19/17
HTTPS Server Example
Is there an example of using RestExpress with HTTPS? I have been looking for one and I cannot seem to
unread,
HTTPS Server Example
Is there an example of using RestExpress with HTTPS? I have been looking for one and I cannot seem to
12/19/17
Ori S
,
Todd Fredrich
5
10/23/17
Support for sending a file
Hi Ori, I am very interested in this feature as well. And although I have a branch where this *almost
unread,
Support for sending a file
Hi Ori, I am very interested in this feature as well. And although I have a branch where this *almost
10/23/17
Vlad Pop
,
Todd Fredrich
2
8/18/17
Multidatabase options
Hi Vlad, The MongoConfig class uses MongoClientURI (see: http://api.mongodb.com/java/current/com/
unread,
Multidatabase options
Hi Vlad, The MongoConfig class uses MongoClientURI (see: http://api.mongodb.com/java/current/com/
8/18/17
Paul Vaillancourt
, …
Todd Fredrich
6
7/24/17
Q&A
Compressed POST payloads in RestExpress?
Hi Paul, It seems like there's something else going on as when the max payload size is exceeded,
unread,
Q&A
Compressed POST payloads in RestExpress?
Hi Paul, It seems like there's something else going on as when the max payload size is exceeded,
7/24/17
Ori S
,
Todd Fredrich
4
5/24/17
Catch-All route
As I reread my original response, an alternative to the regex route could really be quite simple.
unread,
Catch-All route
As I reread my original response, an alternative to the regex route could really be quite simple.
5/24/17
Nicolas Ocquidant
,
Todd Fredrich
2
5/4/17
Remote call to a server from RestExpress
Hi Nicolas, I would simply call out, using your chosen TCP library (Netty that already exists in
unread,
Remote call to a server from RestExpress
Hi Nicolas, I would simply call out, using your chosen TCP library (Netty that already exists in
5/4/17
Chris Brown
,
Todd Fredrich
2
5/4/17
New Relic support for RestExpress?
Hi Chris, I don't know of any work on a NewRelic plugin. Would welcome contributions! Thanks and
unread,
New Relic support for RestExpress?
Hi Chris, I don't know of any work on a NewRelic plugin. Would welcome contributions! Thanks and
5/4/17
aashish kumar
,
Todd Fredrich
2
5/4/17
How can i use starcom signed ssl certificate on restexpress
Hi Aashish, RestExpress uses Netty as its server instead of Tomcat. So those procedures won't
unread,
How can i use starcom signed ssl certificate on restexpress
Hi Aashish, RestExpress uses Netty as its server instead of Tomcat. So those procedures won't
5/4/17
Kapil Aggarwal
,
Todd Fredrich
2
5/4/17
Q&A
Handling large sized requests in RestExpress with high throughput
Hi Kapil, There's a lot that goes into tuning a server for throughput. If there is a drastic drop
unread,
Q&A
Handling large sized requests in RestExpress with high throughput
Hi Kapil, There's a lot that goes into tuning a server for throughput. If there is a drastic drop
5/4/17
Ian Erickson
, …
aman kataria
3
3/16/17
Returning an image stream
Thanks this was a life saver! In Netty 4.0/4.1 ChannelBuffers has been replaced by Unpooled. Below is
unread,
Returning an image stream
Thanks this was a life saver! In Netty 4.0/4.1 ChannelBuffers has been replaced by Unpooled. Below is
3/16/17
Vlad Pop
1/18/17
handle multipart/form-data image uploads
Is there a way to read and interpret requests that use multipart/form-data? I am trying to upload an
unread,
handle multipart/form-data image uploads
Is there a way to read and interpret requests that use multipart/form-data? I am trying to upload an
1/18/17
sushi...@orangebitsindia.com
,
Todd Fredrich
3
1/6/17
Filtering the data
Thanks for posting Sushil, You might also try the query string way such as GET /users?Filter=
unread,
Filtering the data
Thanks for posting Sushil, You might also try the query string way such as GET /users?Filter=
1/6/17
Aaron Baff
,
Todd Fredrich
3
1/6/17
Getting ClosedChannelException when long processing occurs
Glad you figured it out! Todd
unread,
Getting ClosedChannelException when long processing occurs
Glad you figured it out! Todd
1/6/17
Darwin Airola
,
Todd Fredrich
3
9/19/16
XML "Data Leak" Error?
Todd, I took your advice and stopped supporting XML. Great call. Also, FYI, I finally got around to
unread,
XML "Data Leak" Error?
Todd, I took your advice and stopped supporting XML. Great call. Also, FYI, I finally got around to
9/19/16
Vinayak Choubey
,
Todd Fredrich
2
8/3/16
how to increase rest express concurrency (for performance testing,i am using TSUNG)
A slight comment before I attempt to answer your question: I see a couple of extraneous calls to bind
unread,
how to increase rest express concurrency (for performance testing,i am using TSUNG)
A slight comment before I attempt to answer your question: I see a couple of extraneous calls to bind
8/3/16
konstantino
,
Todd Fredrich
2
8/3/16
disable logs
Comment (or otherwise remove) the line .addMessageObserver(new SimpleConsoleLogMessageObserver());
unread,
disable logs
Comment (or otherwise remove) the line .addMessageObserver(new SimpleConsoleLogMessageObserver());
8/3/16
chunding xie
,
Todd Fredrich
2
8/3/16
Q&A
How to return an exception in the result
Just throwing an exception will return an error in the result. Throw one of these exceptions to
unread,
Q&A
How to return an exception in the result
Just throwing an exception will return an error in the result. Throw one of these exceptions to
8/3/16
loui...@gmail.com
,
Todd Fredrich
2
7/20/16
Restexpress support MatrixParam it?
You are correct. RestExpress does not support matrix parameter parsing. As I understand it, matrix
unread,
Restexpress support MatrixParam it?
You are correct. RestExpress does not support matrix parameter parsing. As I understand it, matrix
7/20/16
Ulli Gerhard
2
2/25/16
URI in JSon
Ok, thanks, solved it :) Just put false when creating your JSon-(default)-processor public
unread,
URI in JSon
Ok, thanks, solved it :) Just put false when creating your JSon-(default)-processor public
2/25/16
Ulli Gerhard
,
Todd Fredrich
4
2/23/16
Q&A
ArrayList overhead; JSon serialization question
Well I am developing a Webservice that is to be used with normal browsers - honestly I think totally
unread,
Q&A
ArrayList overhead; JSon serialization question
Well I am developing a Webservice that is to be used with normal browsers - honestly I think totally
2/23/16
Todd Fredrich
2
2/11/16
RestExpress 0.11.3 is available in Maven Central
BTW, with the latest release of RestExpress, all of the other micro-libraries have also been upgraded
unread,
RestExpress 0.11.3 is available in Maven Central
BTW, with the latest release of RestExpress, all of the other micro-libraries have also been upgraded
2/11/16
Дмитрий Киселев
, …
Todd Fredrich
7
2/8/16
Force RE to listen to localhost only
I'm using 0.11.3-SNAPSHOT right now and it's working fine. Make sure you have this in your
unread,
Force RE to listen to localhost only
I'm using 0.11.3-SNAPSHOT right now and it's working fine. Make sure you have this in your
2/8/16
Ori S
,
Todd Fredrich
4
12/1/15
Executor Threads
Thanks for the reply, Ori. Basically, there are two reasons why RestExpress doesn't support that
unread,
Executor Threads
Thanks for the reply, Ori. Basically, there are two reasons why RestExpress doesn't support that
12/1/15
Brian Nesbitt
, …
Todd Fredrich
11
12/1/15
SSL support
Thanks for your contribution! --Todd
unread,
SSL support
Thanks for your contribution! --Todd
12/1/15
Ori S
,
Todd Fredrich
3
12/1/15
Best practice to receive binary data
Awesome! Thanks for your contribution! --Todd
unread,
Best practice to receive binary data
Awesome! Thanks for your contribution! --Todd
12/1/15
Vlad Pop
,
Todd Fredrich
3
11/22/15
SwaggerPlugin for Swagger 2.0
Okay. I plan to do this in December, whenever I have some free time, so expect it after the Holidays
unread,
SwaggerPlugin for Swagger 2.0
Okay. I plan to do this in December, whenever I have some free time, so expect it after the Holidays
11/22/15