greptilian logo

IRC log for #javaee, 2013-09-07

Please see http://irclog.greptilian.com/javaee for which days have been logged.

| Channels | #javaee index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:18 sfisque joined ##javaee
00:19 sfisque1 joined ##javaee
00:29 Quest how to autowire a class that has a variable itself autowired?
03:38 neuro_sys joined ##javaee
04:58 scripty joined ##javaee
05:35 scripty how to remove header and footer in pdf
05:37 scripty ?
05:43 sfisque1 you really do not want to "edit" pdf.  it's an output format, not an interchange/edit format
05:44 sfisque1 you'd be better served removing the header/footer from whatever is used to generate the pdf
05:45 scripty It's an existing pdf and i want to remove header and footer pdf , i understand what you say
05:47 scripty To use Itext i need to study a book for that 0_o ?!
05:49 sfisque1 the problem is, the header and footer can literally be ANYWHERE in the stream, and can even be assembled from fragments that appear in the file , in any order.
05:51 scripty Isnt this same like word file ?
05:52 sfisque negative
05:52 sfisque well maybe
05:52 sfisque the old binary format
05:52 sfisque the newer "open document" formats are supposed to alleviate that
05:54 sfisque the one thing to keep in mind with PDF.  it's very similar to TIFF.  what you end up with at the end is a representation of the engine that assembles all the fragments that appear in the stream (file).
05:55 sfisque what you "think is a monolithic header" could actually be 2 or more fragments that appear anywhere in the stream, assembled to look like a "single header".  same goes for any "object" in the pdf, including footers, sections, table of contents, etc.
05:58 manulite joined ##javaee
06:01 scripty Oh!
06:16 scripty I'm sooo noob/// lets see :)
06:26 scripty Is pdf a bad choice , i meant this think is only meant for sharing crap in email
06:26 scripty thing*
06:29 scripty https://java.net/projects/pdf-renderer
06:30 scripty damn ! :(
07:09 scripty joined ##javaee
08:23 scripty bye all ....Happy coding
08:43 shoky joined ##javaee
09:14 manulite joined ##javaee
13:15 manolis_ joined ##javaee
13:58 Quest joined ##javaee
14:07 syncsys_ joined ##javaee
14:13 syncsys_ joined ##javaee
14:19 syncsys_ joined ##javaee
14:25 syncsys_ joined ##javaee
14:30 syncsys_ joined ##javaee
14:45 scripty joined ##javaee
14:47 syncsys_ joined ##javaee
14:53 syncsys_ joined ##javaee
15:01 syncsys_ joined ##javaee
15:54 syncsys_ left ##javaee
17:35 manulite joined ##javaee
17:47 SoniEx2 joined ##javaee
21:13 shoky left ##javaee
21:39 Quest joined ##javaee
21:54 sdegutis joined ##javaee
21:55 Quest sdegutis,  so what kind of desktop app are you making?
21:55 sdegutis Quest: an IDE
21:55 sdegutis (for Clojure only)
21:55 Quest you are making an IDE ?
21:55 sdegutis Yes.
21:55 Quest ok. that sounds for a job of swing / javafx then
21:56 sdegutis I was going to use Swing but I'm looking into JavaFX.
21:56 Quest but for most others. i now prefer html based GUIs rather swing/fx
21:56 sdegutis I went down that route for a while. I just can't stomach it these days.
21:56 Quest sdegutis,  i recommend javafx over swing. swing is history.    check some youtube demos of javafx
21:56 sdegutis I was considering it for my music player...
21:57 sdegutis Quest: JavaFX comes with Java 7, right?
21:57 Quest sdegutis,  oracle has presentaion videos of javafx too
21:57 Quest its more modern
21:57 Quest yes
21:57 sdegutis Cool, I'll try the hello-world in Clojure.
21:57 Quest good luck
21:58 sdegutis Thanks.
21:58 Quest javafx only has one downside.  a little less community support as compared to swing. other than that. its best.
21:58 Quest yw
22:02 sdegutis So I'm on Java 1.7 and I'm getting java.lang.ClassNotFoundException for javafx.application.Application :(
22:03 Quest why are  you getting that. what did you do?
22:03 sdegutis Just tried the basic hello world for JavaFX.
22:03 Quest sdegutis,  what ide are you using?
22:03 sdegutis It's the import statement.
22:04 Quest hm
22:04 Quest sdegutis,  what ide are you using?
22:04 sdegutis Quest: Leiningen :)
22:04 Quest http://docs.oracle.com/javafx/2/get_started/hello_world.htm
22:05 Quest http://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm     http://docs.oracle.com/javafx/scenebuilder/1/installation/jsbpub-installation.html            https://blogs.oracle.com/sdhurjati/entry/java_fx_hello_world
22:31 De_Moon joined ##javaee
22:47 SoniEx2 joined ##javaee

| Channels | #javaee index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

Please see http://irclog.greptilian.com/javaee for which days have been logged.