Modular code
Learn about modular code in this section, including information and resources on modular code tools, restful Web services, Web services specification, Web portal testing, Java server faces and server pages, servlet Java, modular containers and programming code. Also, find there is news and tips on code troubleshooting, Java and JVM performance tuning, software languages, UI patterns and Spring framework. Find expert advice, podcasts and tutorials on a variety of subjects in this section.
New & Notable
Modular code News
-
November 24, 2020
24
Nov'20
How to create an HTML5 and PHP file upload form for Apache
It's easier than ever for a developer to upload a file with PHP and HTML5 to an Apache web server. This example shows how to create an HTML and PHP file upload component that will work in any ...
-
November 23, 2020
23
Nov'20
Simple Java file uploads with Servlets, JSPs and examples
It's not that hard to perform Java file uploads. The new Servlet and JSP API, along with HTML5 input form enhancements, make Java file uploads, both synchronously and asynchronously with Ajax, ...
-
August 03, 2020
03
Aug'20
WildFly vs. JBoss EAP: How these Red Hat application servers differ
What's the difference between WildFly and JBoss EAP? That answer is 'not much.' But there are a few differentiating factors in the WildFly vs. JBoss debate you should be aware of.
-
April 29, 2020
29
Apr'20
Tomcat vs WebSphere: How these application servers compare
When it comes to Java application server comparisons, there isn't a starker contrast between two offerings than Apache Tomcat and IBM WebSphere. Right off the bat, let's clear up some ...
Modular code Get Started
Bring yourself up to speed with our introductory content
-
An example of how to use the git stash command
Developers must occasionally pivot quickly from one task to another. Git stash is a simple command that lets you temporarily shelve changes and hold your place for when it's time to return to your original task. Continue Reading
-
How to git stash untracked files with a push
Need to add untracked files and otherwise ignored files into the git stash? Here's how to use the --include-untracked and --all git stash push options. Continue Reading
-
WebAssembly Hub boosts Envoy filter development
Examine WebAssembly Hub's features, why developers have turned to the portal to share Envoy filters and how it seems to be built for the long haul. Continue Reading
Evaluate Modular code Vendors & Products
Weigh the pros and cons of technologies, products and projects you are considering.
-
Is Apache Tomcat the right Java application server for you?
What is the best application server? The answer depends on what an enterprise is looking for. Compare Apache Tomcat to these four offerings to see which Java app server fits. Continue Reading
-
Tomcat vs. JBoss: Compare features of these Java app servers
How do Apache Tomcat and RedHat's JBoss EAP server compare? Evaluate the features of each application server to find the one that makes sense for your enterprise. Continue Reading
-
Reduced cost, responsive apps from micro front-end architecture
Micro front-end development has grown in prominence though has not yet found its footing in the enterprise. Learn more about micro front ends and consider some potential pros and cons. Continue Reading
Manage Modular code
Learn to apply best practices and optimize your operations.
-
Illustrated guide to containerization security
Container security concerns are keeping IT pros up at night. Discover why and what they're doing to secure containers as well as the applications and data that run within them. Continue Reading
-
Get these benefits when you simplify a WebSphere Portal URL
If your Portal URL displays the tired /wps/portal preamble in the browser's location bar, it's time to perform Portal URL simplification and change it. Continue Reading
-
Step-by-step SOAP web services example in Java using Eclipse
There was a time when creating a SOAP web service was an arduous task. In this step-by-step SOAP web services example in Java using Eclipse, let's show how times have changed. Continue Reading
Problem Solve Modular code Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
An example Ajax file upload with pure JavaScript
Do you need to perform an Ajax file upload with pure JavaScript? This example lays out the steps to accomplish an Ajax file upload without the need for a JavaScript library like jQuery or Dojo. Continue Reading
-
How to fix the 'HttpServlet not found' error in Eclipse
Have you run into the HttpServlet not found error? This tutorial will show you how to quickly fix this annoying Eclipse error message in three easy steps. Continue Reading
-
Don't git revert that last commit, git reset instead
Developers should only use git revert if they need to reverse out a specific change in their code. To simply undo a previous commit to a shared repository, use git reset instead. Continue Reading