Search the web
Sign In
New User? Sign Up
jaxjug · Jacksonville Java Users Group (JAXJUG)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1886 - 1915 of 3456   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1886
Hi Everyone, Happened to see this on the Apple Java list. Don't know any more about it than what's there, but I know some people were looking. Joe Sam Joe Sam...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 2, 2006
11:44 pm
1887
Hi Everyone, It's October already. I've gotten caught up in a major corporate project with a short deadline, and while apparently everyone has time to turn in...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 2, 2006
11:45 pm
1888
Seems that I have more work then I can handle again. Let me know if your interested in one of the following: The project that I'm on in NYC has 15 openings...
Kurt Guenther
kurt_guenther
Offline Send Email
Oct 3, 2006
12:33 am
1889
I noticed yesterday that IntelliJ 6 is now out. Improved JSF support, but apparently still no drag-n-drop component layout. Tim...
Tim Holloway
timh@...
Send Email
Oct 4, 2006
10:46 am
1890
Has anybody used JTest for automated testing? I'm on p. 30 of a 768 page document although I did run it on some source without reading the manual. Any...
Kurt Guenther
kurt_guenther
Offline Send Email
Oct 5, 2006
12:38 am
1891
Just posting this for the group. --Kurt ... As an IT professional, I was wondering if you could assist. I'm looking for a strong Java developer. Could you...
Kurt Guenther
kurt_guenther
Offline Send Email
Oct 5, 2006
12:46 am
1892
Job Description: DUTIES: Responsible for technical design, development and architecture of internal and external web applications and sites. Recommend server...
Ashley Porch
ashleyporch
Offline Send Email
Oct 5, 2006
12:56 pm
1893
... Hash: SHA1 I am trying to invoke an ajax function that references a page on a different server than the one the jsp is running on. There seems to be a ...
Matt Young
solid904
Offline Send Email
Oct 6, 2006
3:23 pm
1894
In DOM, is there a way to get a list of namespaces that have been declared? How would I do this? Sax maybe? --Kurt...
Kurt Guenther
kurt_guenther
Offline Send Email
Oct 6, 2006
5:22 pm
1895
I think you have to use the Xerces XML Schema API http://xerces.apache.org/xerces2-j/faq-xs.html#faq-6 Something like XSModel.getNamespaceItems()...
Bridget Hillyer
bridget.hillyer
Offline Send Email
Oct 6, 2006
7:46 pm
1896
They are just regular attributes. I thought DOM would treat them specially, but it doesn't. --Kurt...
Kurt Guenther
kurt_guenther
Offline Send Email
Oct 6, 2006
8:41 pm
1897
In the case of Java applets, the sandbox explicitly forbids an (unsigned) applet from communicating with any server except the one it downloaded from. I'm...
Tim Holloway
timh@...
Send Email
Oct 7, 2006
1:02 am
1898
... SAX is the streaming Simple API for XML. A Document Object Model (DOM) is a static modifiable graph. So if you have a DOM Document in memory, it's too late...
Tim Holloway
timh@...
Send Email
Oct 7, 2006
1:21 am
1899
... one it ... There is one slight work around for this but not recommended as it only works in IE and not sure about IE7. Although, sometimes it is useful for...
don_moir_1
Offline Send Email
Oct 8, 2006
10:27 pm
1900
... Hash: SHA1 I think I have discovered a workable solution but I have not tested this yet. I will let you guys know if it ends up being workable. Cheers, ...
Matt Young
solid904
Offline Send Email
Oct 9, 2006
7:05 am
1901
Hi Tim, Since you brought up Java, and also because I'm having some font issues of my own ( modeling JasperReports/PDF's on one platform, running on another ),...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 9, 2006
5:05 pm
1902
... How do you print your PDFs? That's the one thing I am lacking atm. I have some really lame methods. Like on Windows I will write to a temp file and pass...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Oct 9, 2006
5:18 pm
1903
Hi William, ... My problem is that the fonts under WebSphere on the AS/400 have a larger width than the ones I'm using on ( yeah, I know ) Win2000 when I'm...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 9, 2006
5:26 pm
1904
We've been successful using iText from Lowagie. It is free (under MPL and LGPL). http://www.lowagie.com/iText/ It's been good for going from Java to PDF. We...
James F. Hurff
jameshurff
Online Now Send Email
Oct 9, 2006
5:40 pm
1905
... Well that's surely what we are discussing ;) ... I need to go the other way, from PDF to TIFF, or ideally PCL. ... Sure, I do lots of x format to TIFF to...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Oct 9, 2006
5:49 pm
1906
... JasperReports uses iText for PDF conversions and output. . To William's question: this app sends out the PDF stream to the browser. They can save or open...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 9, 2006
6:03 pm
1907
... Hash: SHA1 I too have been looking at itext for generating invoices in pdf for my clients. If you have a solution, I would love to see it. I have had ...
Matt Young
solid904
Offline Send Email
Oct 9, 2006
6:12 pm
1908
... All except the how to print a PDF via Java :) Without some crazy nasty hacks. iText totally lacks on that front. It would be awesome if iText had the...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Oct 9, 2006
6:21 pm
1909
... Why re-invent the wheel :) ... Yeah, that's what I do for web based stuff as well. I also make stand alone software. Like invoicing, billing, accounting...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Oct 9, 2006
6:30 pm
1910
... Hash: SHA1 OK I did figure out a realistic work around. By using Apache's mod_proxy module, I was able to have the jsp page request a url on the same...
Matt Young
solid904
Offline Send Email
Oct 9, 2006
7:17 pm
1911
... Actually, I should clarify. "Fonts" is a slippery term, since it is often used to mean: A) An identifier that connects to a lower-level text-rendering...
Tim Holloway
timh@...
Send Email
Oct 9, 2006
8:51 pm
1912
... PDF is a wrapper for PostScript. On Linux, if you emit your output in PostScript form, it's already in the best form for WYSIWYG printing. For PCL-only...
Tim Holloway
timh@...
Send Email
Oct 9, 2006
9:11 pm
1913
... Wow. Something EVERYONE's interested in! Trying to catch up on about 8 different threads here, I want to point out a couple of things for the benefit of...
Tim Holloway
timh@...
Send Email
Oct 9, 2006
9:23 pm
1914
Hi Tim, ... Nope. Please read the paragraph I sent and the section in the JDK docs. Also take a look at the jre/lib/fonts directory. And these are partial...
Joe Sam Shirah
joesam_jozz
Offline Send Email
Oct 9, 2006
9:36 pm
1915
One of the things I work on is software for laser output. The company produces all the software and hardware needed for outdoor and indoor laser shows. An...
don_moir_1
Offline Send Email
Oct 10, 2006
12:39 am
Messages 1886 - 1915 of 3456   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help