The javax.comm package - location

I've searched far and wide for the javax.comm package, but I cannot find it anywhere. There is a download site for it at oracle, but it's just the API for it. Does anybody know where I can obtain the package? Thanks in advance!

This package is apparently lost in the Oracle nether regions. You can find an answer that has a link to the old package here:
How to get javax.comm API?

Related

Documentation for 1.12.2.Final version

Does anyone know how to get the documentation for Quarkus 1.12.2.Final version? From the QuarkusIO page, it is only possible to get the 2.13 or beyond :(
Will it be necessary to use "The Internet Archive" for that?
I really appreciate any help you can provide.
you can find it from github in asciidoc format:
https://github.com/quarkusio/quarkus/tree/1.12/docs/src/main/asciidoc

Oracle JD Edwards EquipementManager Documentation

Where can I find the full API documentation of EquipmentManager? the official/unofficial docs and books keep pointing to the javadoc packages (JP170001,J1700001,J1700002) which I couldn't find.
P.S I'm looking for an online documentation (without downloading the whole software to get its documentation).
I know this answer is 3 months old, but you can find a good deal of information on Equipment Management in this Oracle Doc:
https://docs.oracle.com/cd/E16582_01/doc.91/e15144/managing_equipment.htm#EOASM00153
This doc will mention that P1702 is the Fast Path app ID to get to the application. From the application within JDE, you can run the Data Browser to view some of the underlying table information:
V1201R [F1201/1217 Equipment Master]
This app will use the view 1201R that utilizes tables F1201 and F1217.
It doesn't sound like you have the application installed, but this website will have plenty of table information for these two tables:
http://jderef.com/?schema=910&system=&table=F1217
If you find yourself struggling with the underlying tables, JDERef.com should be a good starting point.
I also found this online reference that directly mentions those Javadoc's in regards to this API. It's from version 9.0 but seems to have a good deal of information, including the tables mentioned above, and the packages you mentioned:
https://docs.oracle.com/cd/E15156_01/e1apps90pbr0/eng/psbooks/1afi/chapter.htm?File=1afi/htm/1afi09.htm
However, it seems to point mostly to where to find the Javadoc through the Enterprise One install directory (example): C:\B9\STAGINGA\java\javadoc
If you still need this exact javadoc, I can get it for you this evening. I'll just install JDE and pull it from the install directory.
UPDATE: As promised, here's the Javadocs you requested.
Link to Javadocs
UPDATE #2: This also just dawned on me, but you can go to Oracle's eDelivery website, and search for the JD Edwards Standalone software. You can scroll through the list until you see the "REL:JD Edwards EnterpriseOne Standalone 9.2.0.0". Download the 4 files and unpack them. One of the files will have a single folder inside that says DEMO. The javadocs are located in DEMO\Java\Javadocs folder. On a standard release in the real world, the DEMO folder would be the folder with the proper instance name. Good luck to you!

How to add Oracle data source in jboss 6.2

I searched at many places about this, but I could not find proper answer. Finally one link helped me, so I am putting it as a question so other so members can utilize it.
The step by step process can be found here.
http://middlewaremagic.com/jboss/?p=872

What has happened to Dynamic LINQ?

I have a need to use dynamic LINQ where I can use variables in place of field names. Now I have done some googling and found that there is a sample for VS2008 where we can get this functionality.
My question is what has happened to this DLINQ ? It's been 4 years and I wonder whether it's made it into framework proper or some other new solutions have been invented to replace this? I only have my interest in DLINQ now so it is rather difficult to find further info on google, beside not knowing what exactly I am looking for other than 'better incarnation of DLINQ'. Can anyone shed some light?
This was never an "official" part of LINQ so has never been included in the framework.
The source was freely available and versions of it have appeared in CodePlex and on GitHub
The GitHub source appears to be the origin of the Nuget package
I've resurrected Dynamic LINQ, adding support for .NET 4.0/4.5, added support documentation (a work in progress), and added lots of new features.
Here is the link to the docs page, and from there, you can find the NuGet package and GitHub Project

How to set up gef3d on eclipse

I wanted to know the installation procedure for GEF3D on eclipse. I searched through the internet but couldn't find an appropriate way to do so. Please give me the link of any site which explains the procedure and also have links to the required files.
See http://wiki.eclipse.org/GEF3D_Installation, if you still have trouble, post your question to the GEF3D Eclipse forum.
The installation details are listed in the GEF3D wiki on Eclipse: http://wiki.eclipse.org/GEF3D_Installation
There is no update site yet, but the project set contains every source needed.

Resources