Hacker Poesy
  • FAQ
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

Notices tagged with java, page 2

  1. Douglas A. Whitfield (musicman)'s status on Monday, 08-Jun-2020 14:46:16 EDT Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    My team is hosting a virtual conference in October (maybe it's September). I think it is just for current customers. A user group meeting of sorts. In any case, I don't know if the presentations themselves will see the public web, but I can certainly share here some of what I learn along the way. Basically any #freesoftware is fair game, although we don't typically do much with…
    Monday, 08-Jun-2020 14:46:16 EDT from nu.federati.net permalink

    Attachments

    1. musicman-20200608-ostatus-tny7.html
  2. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Wednesday, 03-Jun-2020 13:35:49 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    • Douglas A. Whitfield
    @musicman I don't think there was a #TomEE in 2004. I hadn't even heard of #Glassfish yet. I used regular #Tomcat (with #Apache and #IIS) at school, and even looked into a #Java based web host ... but the work schedule and commuting (and then traveling and #hotel_INET) just made it not doable.
    Wednesday, 03-Jun-2020 13:35:49 EDT from nu.federati.net permalink
  3. Doug Whitfield Loadaverage (dawsports)'s status on Wednesday, 03-Jun-2020 12:06:13 EDT Doug Whitfield Loadaverage Doug Whitfield Loadaverage
    Remote profile options...
    The ports are open and the username and password are correct. Does anybody know why I am not able to connect to a MySQL database looking at this #java stacktrace? #wildfly

    https://pastebin.com/LCYb3QBW
    Wednesday, 03-Jun-2020 12:06:13 EDT from loadaverage.org permalink
  4. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 28-May-2020 14:48:10 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    https://howtodoinjava.com/servlets/complete-java-servlets-tutorial/

    I was trying to remember the process for writing #Java #servlets.
    Thursday, 28-May-2020 14:48:10 EDT from nu.federati.net permalink
  5. Douglas A. Whitfield (musicman)'s status on Thursday, 28-May-2020 14:21:10 EDT Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    so, my #postgres application seems to work in #wildfly. I guess I need to write a #java application to test it? I've never used Wildfly before so...yeah.
    Thursday, 28-May-2020 14:21:10 EDT from nu.federati.net permalink
  6. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 28-May-2020 10:58:03 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    https://wildfly.org/news/tags/hal/ for more about #Wildfly HAL

    Wildfly is a #Java application server and container, similar to #Jetty and #Tomcat
    Thursday, 28-May-2020 10:58:03 EDT from nu.federati.net permalink
  7. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 28-May-2020 10:46:20 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    #Wildfly HAL: https://wildfly.org/news/2018/06/01/Whats-New-In-HAL/

    Management console, not Hardware Abstraction Layer

    #Java
    Thursday, 28-May-2020 10:46:20 EDT from nu.federati.net permalink
  8. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 14-May-2020 17:37:21 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    • Douglas A. Whitfield
    @musicman It has been a loooong time since I've messed around with #Java (I'd say 13-14 years), but if the CLASSPATH was set correctly, I never had to unjar jarfiles. I never had the situation where a required file was missing from the jar, so you may be in unknown territory.
    Thursday, 14-May-2020 17:37:21 EDT from nu.federati.net permalink
  9. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Thursday, 14-May-2020 17:22:53 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    • Douglas A. Whitfield
    @musicman That sounds like a good idea.

    Being that this _is_ #Java, also take a good look at the command line and environment variables needed for starting it. In the olden days, variables like $JAVA_PATH and $CLASSPATH had to be defined before the "java -jar somejarfile.jar" command ... some variables were small enough to define on the command line with "-Dsomevar=somevalue".
    Thursday, 14-May-2020 17:22:53 EDT from nu.federati.net permalink
  10. Douglas A. Whitfield (musicman)'s status on Wednesday, 13-May-2020 17:21:51 EDT Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    It seems unlikely to me that something like #Cassandra would be missing such a file. Do I need to build Cassie from source to get this or something? I haven't been able to find anything to suggest this is a common issue. Is it lying and the javaagent is actually the issue? #java [root@localhost tmp]# java -javaagent:./jmx_prometheus_javaagent-0.12.0.jar=8080:jmx-prom.yaml -jar …
    Wednesday, 13-May-2020 17:21:51 EDT from nu.federati.net permalink

    Attachments

    1. musicman-20200513-ostatus-2gcw.html
  11. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Sunday, 10-May-2020 01:59:16 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    I had one interesting experience I want to note: I took a couple of #Java courses at the community college level. During my master’s degree program, I was in a Java course completed online. I was in a group of six students, most of whom had not taken Java previously. Four students and I struggled with the assignment, with attempt after attempt that failed to meet objectives. …
    Sunday, 10-May-2020 01:59:16 EDT from nu.federati.net permalink

    Attachments

    1. lnxw48a1-20200510-ostatus-36lm.html
  12. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Tuesday, 05-May-2020 21:58:32 EDT LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    • Douglas A. Whitfield
    @musicman if they’re using #Java, they’re probably going for cross-platform. It is less true than before, but even now, #Windows administrators prefer GUI tools, even when CLI / TUI tools are more functional and faster.
    Tuesday, 05-May-2020 21:58:32 EDT from nu.federati.net permalink
  13. Douglas A. Whitfield (musicman)'s status on Monday, 27-Apr-2020 16:14:53 EDT Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    To flesh that out a bit, but my current list is this:
    #mongodb
    #mysql
    #httpd
    #postgres
    #kafka
    #cassandra
    #tomcat
    #jboss / #wildfly
    #eclipse
    #java (enough to diagnose applications...honestly, with the others on the list that are built in java, I probably don't really need to do anything else with this one)
    Monday, 27-Apr-2020 16:14:53 EDT from nu.federati.net permalink
  14. Douglas A. Whitfield (musicman)'s status on Tuesday, 14-Apr-2020 11:14:10 EDT Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    As I am learning more and more, I think one reason #Java is so popular is because it is very developer-centric. Like, everything in Java is a jar, war, or ear. I feel like #PHP is more administrator-centric with the dlls and ini files. Not that I am any sort of expert in either. Maybe it's just the type of Java learning that I am doing, and of course there is JVM stuff that is…
    Tuesday, 14-Apr-2020 11:14:10 EDT from nu.federati.net permalink

    Attachments

    1. musicman-20200414-ostatus-npxx.html
  15. Doug Whitfield Loadaverage (dawsports)'s status on Friday, 20-Mar-2020 09:23:23 EDT Doug Whitfield Loadaverage Doug Whitfield Loadaverage
    Remote profile options...
    New job post out of our #Louisville #Colorado or #Minneapolis #Minnesota offices Requirements: BA/BS degree in #ComputerScience OR a minimum of 1 year of Technical Support experience. Excellent written, verbal, and presentation skills. Basic understanding of networks, networking protocols and web-based security. Hands-on experience with #XML, #XSLT, #JSON, #SOAP, #REST protoco…
    Friday, 20-Mar-2020 09:23:23 EDT from loadaverage.org at 44°59'13"N 93°16'45"W permalink

    Attachments

    1. dawsports-20200320-ostatus-k8jd.html
  16. Douglas A. Whitfield (musicman)'s status on Tuesday, 11-Feb-2020 20:27:01 EST Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    • LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    It's pretty demoralizing to never get any responses from anyone but @lnxw48a1, but I am nothing if not persistent. I realize I could interact more and gain more followers and I could post more. Maybe I'll give Mastodon a shot a see if I get more interaction there. I don't think I've joined an instance but maybe I have. Anyway... My team is looking! Requirements (I mean, that's …
    Tuesday, 11-Feb-2020 20:27:01 EST from nu.federati.net permalink Repeated by lnxw48a1

    Attachments

    1. musicman-20200212-ostatus-ah7r.html
  17. Douglas A. Whitfield (musicman)'s status on Tuesday, 11-Feb-2020 20:27:01 EST Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    • LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    It's pretty demoralizing to never get any responses from anyone but @lnxw48a1, but I am nothing if not persistent. I realize I could interact more and gain more followers and I could post more. Maybe I'll give Mastodon a shot a see if I get more interaction there. I don't think I've joined an instance but maybe I have. Anyway... My team is looking! Requirements (I mean, that's …
    Tuesday, 11-Feb-2020 20:27:01 EST from nu.federati.net permalink

    Attachments

    1. musicman-20200212-ostatus-ah7r.html
  18. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Sunday, 09-Feb-2020 00:32:59 EST LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Remote profile options...
    • clacke: seeking 🇸🇪🇭🇰💙💛
    A couple of things I've heard !Smalltalk people say killed their market: 1. Smalltalk's image-based system didn't mesh well with OS filesystems; 2. #Smalltalk vendor turmoil and their high pricing. (I wasn't even aware of the language's existence until the late #1990s. I took numerous programming courses over the years, but I never heard ST mentioned until another student ment…
    Sunday, 09-Feb-2020 00:32:59 EST from nu.federati.net permalink

    Attachments

    1. lnxw48a1-20200209-ostatus-6bgr.html
  19. Douglas A. Whitfield (musicman)'s status on Monday, 06-Jan-2020 12:51:11 EST Douglas A. Whitfield Douglas A. Whitfield
    Remote profile options...
    http://status.hackerposse.com/url/19635 My new team (and my old team too, actually), is looking: Interact with end users on technical problems. Tier 1, 2 and 3 support for #CentOS and related #opensource products. Drive resolution of those problems, which include: Open source software issues. Questions around open source software usage. Questions around use and best practices. …
    Monday, 06-Jan-2020 12:51:11 EST from nu.federati.net permalink Repeated by lnxw48a1

    Attachments

    1. musicman-20200106-ostatus-adyh.html
  • After
  • Before
Start the article for #java on WikiHashtags

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Hacker Poesy is a GNU social hub. It runs version 1.1.3-beta3, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Hacker Poesy content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.