Skip to content

Add HTTP server for MS Office Word integration#9246

Closed
tobiasdiez wants to merge 2 commits into
mainfrom
office-server
Closed

Add HTTP server for MS Office Word integration#9246
tobiasdiez wants to merge 2 commits into
mainfrom
office-server

Conversation

@tobiasdiez

Copy link
Copy Markdown
Member

Adds HTTP server for Office integration. At the moment, it's only a prototype showing that we do have enough space in our module list to include the jdk.httpserver (which is unfortunatly not as dev-friendly as other solutions, but works fine).

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

Comment thread src/main/java/org/jabref/cli/Launcher.java Outdated
@Siedlerchr

Copy link
Copy Markdown
Member

See my otherPR JabRef#628 for setting up a nice REST API

@tobiasdiez

Copy link
Copy Markdown
Member Author

@Siedlerchr the point here is that jdk.httpserver is small enough to be included while jetty/tomcat and (probably undertow) are too large. Thus, in the short term this seems to be our only option.

@koppor

koppor commented Oct 12, 2022

Copy link
Copy Markdown
Member

Sacrificing code maintainability because of a bug in the language environment 🙈

@tobiasdiez

Copy link
Copy Markdown
Member Author

It's not that terrible, just a bit more low-level and can be abstracted away. But yes, if that's what it takes to play around the annoying jdk bug but have a nice user experience, then I'm fine with it.

@Siedlerchr

Copy link
Copy Markdown
Member

We need to have SSL support enabled for the office addin

@ThiloteE ThiloteE changed the title Add HTTP server for Office integration Add HTTP server for MS Office Word integration Nov 18, 2022
@koppor

koppor commented Sep 3, 2023

Copy link
Copy Markdown
Member

Superseeded by #9748

@koppor koppor closed this Sep 3, 2023
@tobiasdiez tobiasdiez deleted the office-server branch September 4, 2023 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants